@vgai/cli 0.5.0-canary.20260719.1 → 0.5.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.
- package/dist/index.js +3 -3
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -318721,8 +318721,8 @@ function batteryDistributionDir() {
|
|
|
318721
318721
|
);
|
|
318722
318722
|
}
|
|
318723
318723
|
function cliVersion() {
|
|
318724
|
-
if ("0.5.0
|
|
318725
|
-
return "0.5.0
|
|
318724
|
+
if ("0.5.0") {
|
|
318725
|
+
return "0.5.0";
|
|
318726
318726
|
}
|
|
318727
318727
|
try {
|
|
318728
318728
|
const pkg = JSON.parse(readFileSync22(join28(__dirname4, "..", "package.json"), "utf8"));
|
|
@@ -318741,7 +318741,7 @@ function bakedTargetVersions() {
|
|
|
318741
318741
|
if (false)
|
|
318742
318742
|
return void 0;
|
|
318743
318743
|
try {
|
|
318744
|
-
return JSON.parse('{"@vgai/engine":"0.5.0
|
|
318744
|
+
return JSON.parse('{"@vgai/engine":"0.5.0","@vgai/editor":"0.5.0","@vgai/p2p-colyseus":"0.5.0","@vgai/e2e":"0.5.0","@vgai/live":"0.5.0","@vgai/sdk":"0.5.0","@vgai/editor-sdk":"0.5.0","@vgai/cli":"0.5.0"}');
|
|
318745
318745
|
} catch {
|
|
318746
318746
|
return void 0;
|
|
318747
318747
|
}
|
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.5.0
|
|
5
|
+
"version": "0.5.0",
|
|
6
6
|
"description": "Create, open, control, validate, and playtest VGAI game projects.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"game-engine",
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@oclif/core": "^4.11.14",
|
|
40
|
-
"@vgai/e2e": "0.5.0
|
|
41
|
-
"@vgai/editor": "0.5.0
|
|
42
|
-
"@vgai/editor-sdk": "0.5.0
|
|
43
|
-
"@vgai/engine": "0.5.0
|
|
44
|
-
"@vgai/live": "0.5.0
|
|
45
|
-
"@vgai/p2p-colyseus": "0.5.0
|
|
46
|
-
"@vgai/sdk": "0.5.0
|
|
40
|
+
"@vgai/e2e": "0.5.0",
|
|
41
|
+
"@vgai/editor": "0.5.0",
|
|
42
|
+
"@vgai/editor-sdk": "0.5.0",
|
|
43
|
+
"@vgai/engine": "0.5.0",
|
|
44
|
+
"@vgai/live": "0.5.0",
|
|
45
|
+
"@vgai/p2p-colyseus": "0.5.0",
|
|
46
|
+
"@vgai/sdk": "0.5.0",
|
|
47
47
|
"ink": "^7.1.0",
|
|
48
48
|
"playwright": "^1.58.2",
|
|
49
49
|
"react": "^19.2.4",
|