@vgai/cli 0.5.1 → 0.5.2
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
|
@@ -319152,8 +319152,8 @@ function catalogDistributionDir() {
|
|
|
319152
319152
|
);
|
|
319153
319153
|
}
|
|
319154
319154
|
function cliVersion() {
|
|
319155
|
-
if ("0.5.
|
|
319156
|
-
return "0.5.
|
|
319155
|
+
if ("0.5.2") {
|
|
319156
|
+
return "0.5.2";
|
|
319157
319157
|
}
|
|
319158
319158
|
try {
|
|
319159
319159
|
const pkg = JSON.parse(readFileSync23(join28(__dirname4, "..", "package.json"), "utf8"));
|
|
@@ -319172,7 +319172,7 @@ function bakedTargetVersions() {
|
|
|
319172
319172
|
if (false)
|
|
319173
319173
|
return void 0;
|
|
319174
319174
|
try {
|
|
319175
|
-
return JSON.parse('{"@vgai/engine":"0.5.
|
|
319175
|
+
return JSON.parse('{"@vgai/engine":"0.5.2","@vgai/editor":"0.5.2","@vgai/p2p-colyseus":"0.5.2","@vgai/e2e":"0.5.2","@vgai/live":"0.5.2","@vgai/sdk":"0.5.2","@vgai/editor-sdk":"0.5.2","@vgai/cli":"0.5.2"}');
|
|
319176
319176
|
} catch {
|
|
319177
319177
|
return void 0;
|
|
319178
319178
|
}
|
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.2",
|
|
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.
|
|
41
|
-
"@vgai/editor": "0.5.
|
|
42
|
-
"@vgai/editor-sdk": "0.5.
|
|
43
|
-
"@vgai/engine": "0.5.
|
|
44
|
-
"@vgai/live": "0.5.
|
|
45
|
-
"@vgai/p2p-colyseus": "0.5.
|
|
46
|
-
"@vgai/sdk": "0.5.
|
|
40
|
+
"@vgai/e2e": "0.5.2",
|
|
41
|
+
"@vgai/editor": "0.5.2",
|
|
42
|
+
"@vgai/editor-sdk": "0.5.2",
|
|
43
|
+
"@vgai/engine": "0.5.2",
|
|
44
|
+
"@vgai/live": "0.5.2",
|
|
45
|
+
"@vgai/p2p-colyseus": "0.5.2",
|
|
46
|
+
"@vgai/sdk": "0.5.2",
|
|
47
47
|
"ink": "^7.1.0",
|
|
48
48
|
"playwright": "^1.58.2",
|
|
49
49
|
"react": "^19.2.4",
|