@vgai/cli 0.5.51 → 0.5.52
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 +7 -7
package/dist/index.js
CHANGED
|
@@ -354402,8 +354402,8 @@ function catalogDistributionDir() {
|
|
|
354402
354402
|
);
|
|
354403
354403
|
}
|
|
354404
354404
|
function cliVersion() {
|
|
354405
|
-
if ("0.5.
|
|
354406
|
-
return "0.5.
|
|
354405
|
+
if ("0.5.52") {
|
|
354406
|
+
return "0.5.52";
|
|
354407
354407
|
}
|
|
354408
354408
|
try {
|
|
354409
354409
|
const pkg = JSON.parse(readFileSync32(join39(__dirname4, "..", "package.json"), "utf8"));
|
|
@@ -354422,7 +354422,7 @@ function bakedTargetVersions() {
|
|
|
354422
354422
|
if (false)
|
|
354423
354423
|
return void 0;
|
|
354424
354424
|
try {
|
|
354425
|
-
return JSON.parse('{"@vgai/engine":"0.5.
|
|
354425
|
+
return JSON.parse('{"@vgai/engine":"0.5.52","@vgai/editor":"0.5.52","@vgai/p2p-colyseus":"0.5.52","@vgai/live":"0.5.52","@vgai/sdk":"0.5.52","@vgai/editor-sdk":"0.5.52","@vgai/cli":"0.5.52"}');
|
|
354426
354426
|
} catch {
|
|
354427
354427
|
return void 0;
|
|
354428
354428
|
}
|
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.
|
|
5
|
+
"version": "0.5.52",
|
|
6
6
|
"description": "Create, open, control, validate, and playtest VGAI game projects.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"game-engine",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@oclif/core": "^4.11.14",
|
|
42
|
-
"@vgai/editor": "0.5.
|
|
43
|
-
"@vgai/editor-sdk": "0.5.
|
|
44
|
-
"@vgai/engine": "0.5.
|
|
45
|
-
"@vgai/live": "0.5.
|
|
46
|
-
"@vgai/p2p-colyseus": "0.5.
|
|
47
|
-
"@vgai/sdk": "0.5.
|
|
42
|
+
"@vgai/editor": "0.5.52",
|
|
43
|
+
"@vgai/editor-sdk": "0.5.52",
|
|
44
|
+
"@vgai/engine": "0.5.52",
|
|
45
|
+
"@vgai/live": "0.5.52",
|
|
46
|
+
"@vgai/p2p-colyseus": "0.5.52",
|
|
47
|
+
"@vgai/sdk": "0.5.52",
|
|
48
48
|
"ink": "^7.1.0",
|
|
49
49
|
"playwright": "^1.58.2",
|
|
50
50
|
"react": "^19.2.4",
|