@vgai/cli 0.5.24 → 0.5.25

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 +7 -7
package/dist/index.js CHANGED
@@ -327348,8 +327348,8 @@ function catalogDistributionDir() {
327348
327348
  );
327349
327349
  }
327350
327350
  function cliVersion() {
327351
- if ("0.5.24") {
327352
- return "0.5.24";
327351
+ if ("0.5.25") {
327352
+ return "0.5.25";
327353
327353
  }
327354
327354
  try {
327355
327355
  const pkg = JSON.parse(readFileSync31(join37(__dirname4, "..", "package.json"), "utf8"));
@@ -327368,7 +327368,7 @@ function bakedTargetVersions() {
327368
327368
  if (false)
327369
327369
  return void 0;
327370
327370
  try {
327371
- return JSON.parse('{"@vgai/engine":"0.5.24","@vgai/editor":"0.5.24","@vgai/p2p-colyseus":"0.5.24","@vgai/live":"0.5.24","@vgai/sdk":"0.5.24","@vgai/editor-sdk":"0.5.24","@vgai/cli":"0.5.24"}');
327371
+ return JSON.parse('{"@vgai/engine":"0.5.25","@vgai/editor":"0.5.25","@vgai/p2p-colyseus":"0.5.25","@vgai/live":"0.5.25","@vgai/sdk":"0.5.25","@vgai/editor-sdk":"0.5.25","@vgai/cli":"0.5.25"}');
327372
327372
  } catch {
327373
327373
  return void 0;
327374
327374
  }
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.24",
5
+ "version": "0.5.25",
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.24",
43
- "@vgai/editor-sdk": "0.5.24",
44
- "@vgai/engine": "0.5.24",
45
- "@vgai/live": "0.5.24",
46
- "@vgai/p2p-colyseus": "0.5.24",
47
- "@vgai/sdk": "0.5.24",
42
+ "@vgai/editor": "0.5.25",
43
+ "@vgai/editor-sdk": "0.5.25",
44
+ "@vgai/engine": "0.5.25",
45
+ "@vgai/live": "0.5.25",
46
+ "@vgai/p2p-colyseus": "0.5.25",
47
+ "@vgai/sdk": "0.5.25",
48
48
  "ink": "^7.1.0",
49
49
  "playwright": "^1.58.2",
50
50
  "react": "^19.2.4",