@vgai/cli 0.4.0-canary.20260715.0 → 0.4.0

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -296607,8 +296607,8 @@ function defaultCreateDependencyMode() {
296607
296607
  return existsSync21(join25(ENGINE_ROOT, "packages", "engine")) ? "link" : "registry";
296608
296608
  }
296609
296609
  function cliVersion() {
296610
- if ("0.4.0-canary.20260715.0") {
296611
- return "0.4.0-canary.20260715.0";
296610
+ if ("0.4.0") {
296611
+ return "0.4.0";
296612
296612
  }
296613
296613
  try {
296614
296614
  const pkg = JSON.parse(readFileSync20(join25(__dirname4, "..", "package.json"), "utf8"));
@@ -296627,7 +296627,7 @@ function bakedTargetVersions() {
296627
296627
  if (false)
296628
296628
  return void 0;
296629
296629
  try {
296630
- return JSON.parse('{"@vgai/engine":"0.4.0-canary.20260715.0","@vgai/editor":"0.4.0-canary.20260715.0","@vgai/p2p-colyseus":"0.4.0-canary.20260715.0","@vgai/probe":"0.4.0-canary.20260715.0","@vgai/live":"0.4.0-canary.20260715.0","@vgai/sdk":"0.4.0-canary.20260715.0","@vgai/editor-sdk":"0.4.0-canary.20260715.0","@vgai/cli":"0.4.0-canary.20260715.0"}');
296630
+ return JSON.parse('{"@vgai/engine":"0.4.0","@vgai/editor":"0.4.0","@vgai/p2p-colyseus":"0.4.0","@vgai/probe":"0.4.0","@vgai/live":"0.4.0","@vgai/sdk":"0.4.0","@vgai/editor-sdk":"0.4.0","@vgai/cli":"0.4.0"}');
296631
296631
  } catch {
296632
296632
  return void 0;
296633
296633
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@vgai/cli",
3
3
  "author": "Volter AI, Inc.",
4
4
  "license": "Apache-2.0",
5
- "version": "0.4.0-canary.20260715.0",
5
+ "version": "0.4.0",
6
6
  "type": "module",
7
7
  "repository": {
8
8
  "type": "git",
@@ -16,7 +16,7 @@
16
16
  "dist"
17
17
  ],
18
18
  "bin": {
19
- "vgai": "./dist/index.js"
19
+ "vgai": "dist/index.js"
20
20
  },
21
21
  "engines": {
22
22
  "node": ">=22.0.0"
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@oclif/core": "^4.11.14",
31
- "@vgai/editor": "0.4.0-canary.20260715.0",
32
- "@vgai/editor-sdk": "0.4.0-canary.20260715.0",
33
- "@vgai/engine": "0.4.0-canary.20260715.0",
34
- "@vgai/live": "0.4.0-canary.20260715.0",
35
- "@vgai/p2p-colyseus": "0.4.0-canary.20260715.0",
36
- "@vgai/probe": "0.4.0-canary.20260715.0",
37
- "@vgai/sdk": "0.4.0-canary.20260715.0",
31
+ "@vgai/editor": "0.4.0",
32
+ "@vgai/editor-sdk": "0.4.0",
33
+ "@vgai/engine": "0.4.0",
34
+ "@vgai/live": "0.4.0",
35
+ "@vgai/p2p-colyseus": "0.4.0",
36
+ "@vgai/probe": "0.4.0",
37
+ "@vgai/sdk": "0.4.0",
38
38
  "ink": "^7.1.0",
39
39
  "playwright": "^1.58.2",
40
40
  "react": "^19.2.4",