@vgai/cli 0.5.48 → 0.5.49

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
@@ -327430,8 +327430,8 @@ function catalogDistributionDir() {
327430
327430
  );
327431
327431
  }
327432
327432
  function cliVersion() {
327433
- if ("0.5.48") {
327434
- return "0.5.48";
327433
+ if ("0.5.49") {
327434
+ return "0.5.49";
327435
327435
  }
327436
327436
  try {
327437
327437
  const pkg = JSON.parse(readFileSync33(join39(__dirname4, "..", "package.json"), "utf8"));
@@ -327450,7 +327450,7 @@ function bakedTargetVersions() {
327450
327450
  if (false)
327451
327451
  return void 0;
327452
327452
  try {
327453
- return JSON.parse('{"@vgai/engine":"0.5.48","@vgai/editor":"0.5.48","@vgai/p2p-colyseus":"0.5.48","@vgai/live":"0.5.48","@vgai/sdk":"0.5.48","@vgai/editor-sdk":"0.5.48","@vgai/cli":"0.5.48"}');
327453
+ return JSON.parse('{"@vgai/engine":"0.5.49","@vgai/editor":"0.5.49","@vgai/p2p-colyseus":"0.5.49","@vgai/live":"0.5.49","@vgai/sdk":"0.5.49","@vgai/editor-sdk":"0.5.49","@vgai/cli":"0.5.49"}');
327454
327454
  } catch {
327455
327455
  return void 0;
327456
327456
  }
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.48",
5
+ "version": "0.5.49",
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.48",
43
- "@vgai/editor-sdk": "0.5.48",
44
- "@vgai/engine": "0.5.48",
45
- "@vgai/live": "0.5.48",
46
- "@vgai/p2p-colyseus": "0.5.48",
47
- "@vgai/sdk": "0.5.48",
42
+ "@vgai/editor": "0.5.49",
43
+ "@vgai/editor-sdk": "0.5.49",
44
+ "@vgai/engine": "0.5.49",
45
+ "@vgai/live": "0.5.49",
46
+ "@vgai/p2p-colyseus": "0.5.49",
47
+ "@vgai/sdk": "0.5.49",
48
48
  "ink": "^7.1.0",
49
49
  "playwright": "^1.58.2",
50
50
  "react": "^19.2.4",