@vgai/cli 0.5.9 → 0.5.10

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
@@ -324685,8 +324685,8 @@ function catalogDistributionDir() {
324685
324685
  );
324686
324686
  }
324687
324687
  function cliVersion() {
324688
- if ("0.5.9") {
324689
- return "0.5.9";
324688
+ if ("0.5.10") {
324689
+ return "0.5.10";
324690
324690
  }
324691
324691
  try {
324692
324692
  const pkg = JSON.parse(readFileSync32(join39(__dirname4, "..", "package.json"), "utf8"));
@@ -324705,7 +324705,7 @@ function bakedTargetVersions() {
324705
324705
  if (false)
324706
324706
  return void 0;
324707
324707
  try {
324708
- return JSON.parse('{"@vgai/engine":"0.5.9","@vgai/editor":"0.5.9","@vgai/p2p-colyseus":"0.5.9","@vgai/live":"0.5.9","@vgai/sdk":"0.5.9","@vgai/editor-sdk":"0.5.9","@vgai/cli":"0.5.9"}');
324708
+ return JSON.parse('{"@vgai/engine":"0.5.10","@vgai/editor":"0.5.10","@vgai/p2p-colyseus":"0.5.10","@vgai/live":"0.5.10","@vgai/sdk":"0.5.10","@vgai/editor-sdk":"0.5.10","@vgai/cli":"0.5.10"}');
324709
324709
  } catch {
324710
324710
  return void 0;
324711
324711
  }
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.9",
5
+ "version": "0.5.10",
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.9",
43
- "@vgai/editor-sdk": "0.5.9",
44
- "@vgai/engine": "0.5.9",
45
- "@vgai/live": "0.5.9",
46
- "@vgai/p2p-colyseus": "0.5.9",
47
- "@vgai/sdk": "0.5.9",
42
+ "@vgai/editor": "0.5.10",
43
+ "@vgai/editor-sdk": "0.5.10",
44
+ "@vgai/engine": "0.5.10",
45
+ "@vgai/live": "0.5.10",
46
+ "@vgai/p2p-colyseus": "0.5.10",
47
+ "@vgai/sdk": "0.5.10",
48
48
  "ink": "^7.1.0",
49
49
  "playwright": "^1.58.2",
50
50
  "react": "^19.2.4",