@vgai/cli 0.5.32 → 0.5.36

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 +4 -4
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -21331,6 +21331,7 @@ var init_editor2 = __esm({
21331
21331
  init_session_operations();
21332
21332
  init_source_location_operations();
21333
21333
  init_transport();
21334
+ init_session_registry_format();
21334
21335
  init_camera_operations();
21335
21336
  init_console_operations();
21336
21337
  init_hierarchy_operations();
@@ -45818,7 +45819,6 @@ var init_session = __esm({
45818
45819
  "../vgai-live/src/session.ts"() {
45819
45820
  "use strict";
45820
45821
  init_src2();
45821
- init_session_registry_format();
45822
45822
  }
45823
45823
  });
45824
45824
 
@@ -325007,8 +325007,8 @@ function catalogDistributionDir() {
325007
325007
  );
325008
325008
  }
325009
325009
  function cliVersion() {
325010
- if ("0.5.32") {
325011
- return "0.5.32";
325010
+ if ("0.5.36") {
325011
+ return "0.5.36";
325012
325012
  }
325013
325013
  try {
325014
325014
  const pkg = JSON.parse(readFileSync31(join37(__dirname4, "..", "package.json"), "utf8"));
@@ -325027,7 +325027,7 @@ function bakedTargetVersions() {
325027
325027
  if (false)
325028
325028
  return void 0;
325029
325029
  try {
325030
- return JSON.parse('{"@vgai/engine":"0.5.32","@vgai/editor":"0.5.32","@vgai/p2p-colyseus":"0.5.32","@vgai/live":"0.5.32","@vgai/sdk":"0.5.32","@vgai/editor-sdk":"0.5.32","@vgai/cli":"0.5.32"}');
325030
+ return JSON.parse('{"@vgai/engine":"0.5.36","@vgai/editor":"0.5.36","@vgai/p2p-colyseus":"0.5.36","@vgai/live":"0.5.36","@vgai/sdk":"0.5.36","@vgai/editor-sdk":"0.5.36","@vgai/cli":"0.5.36"}');
325031
325031
  } catch {
325032
325032
  return void 0;
325033
325033
  }
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.32",
5
+ "version": "0.5.36",
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.32",
43
- "@vgai/editor-sdk": "0.5.32",
44
- "@vgai/engine": "0.5.32",
45
- "@vgai/live": "0.5.32",
46
- "@vgai/p2p-colyseus": "0.5.32",
47
- "@vgai/sdk": "0.5.32",
42
+ "@vgai/editor": "0.5.36",
43
+ "@vgai/editor-sdk": "0.5.36",
44
+ "@vgai/engine": "0.5.36",
45
+ "@vgai/live": "0.5.36",
46
+ "@vgai/p2p-colyseus": "0.5.36",
47
+ "@vgai/sdk": "0.5.36",
48
48
  "ink": "^7.1.0",
49
49
  "playwright": "^1.58.2",
50
50
  "react": "^19.2.4",