@amodalai/amodal 0.3.44 → 0.3.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amodalai/amodal",
3
- "version": "0.3.44",
3
+ "version": "0.3.45",
4
4
  "description": "Amodal CLI",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -26,12 +26,12 @@
26
26
  "react": "^19.2.4",
27
27
  "yargs": "^17.7.2",
28
28
  "zod": "^4.3.6",
29
- "@amodalai/types": "0.3.44",
30
- "@amodalai/core": "0.3.44",
31
- "@amodalai/db": "0.3.44",
32
- "@amodalai/runtime": "0.3.44",
33
- "@amodalai/studio": "0.3.44",
34
- "@amodalai/runtime-app": "0.3.44"
29
+ "@amodalai/types": "0.3.45",
30
+ "@amodalai/core": "0.3.45",
31
+ "@amodalai/db": "0.3.45",
32
+ "@amodalai/runtime": "0.3.45",
33
+ "@amodalai/studio": "0.3.45",
34
+ "@amodalai/runtime-app": "0.3.45"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "^20.11.24",
@@ -331,9 +331,6 @@ async function spawnAdminAgent(opts: {
331
331
  AMODAL_NO_STUDIO: '1',
332
332
  REPO_PATH: opts.repoPath,
333
333
  };
334
- if (opts.studioUrl) {
335
- env['STUDIO_URL'] = opts.studioUrl;
336
- }
337
334
 
338
335
  const child = spawn(
339
336
  process.execPath,