fix: recompute asset_id after adding model_name in buildPublishBundle
When EVOLVER_MODEL_NAME was set, model_name was added to gene/capsule objects after asset_id had already been computed. Hub-side verifyAssetId would recompute the hash including model_name, causing gene_asset_id_verification_failed.
Update: git pull && npm install