@vgai/cli 0.5.44 → 0.5.46

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 -5
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -21844,7 +21844,7 @@ function objectWireSchema(schema) {
21844
21844
  }
21845
21845
  function fullOperationSchema(summary, direction) {
21846
21846
  const operationSchema = objectWireSchema(
21847
- external_exports.toJSONSchema(direction === "input" ? summary.input : summary.result, {
21847
+ (direction === "input" ? summary.input : summary.result).toJSONSchema({
21848
21848
  unrepresentable: "any"
21849
21849
  })
21850
21850
  );
@@ -22090,7 +22090,6 @@ var MCP_RESOURCE_PREFIX, MCP_SCHEMA_RESOURCE_PREFIX, MAX_INLINE_MCP_SCHEMA_BYTES
22090
22090
  var init_mcp_projection = __esm({
22091
22091
  "../vgai-sdk/src/mcp/mcp-projection.ts"() {
22092
22092
  "use strict";
22093
- init_zod();
22094
22093
  init_errors4();
22095
22094
  init_src2();
22096
22095
  MCP_RESOURCE_PREFIX = "vgai://op/";
@@ -327431,8 +327430,8 @@ function catalogDistributionDir() {
327431
327430
  );
327432
327431
  }
327433
327432
  function cliVersion() {
327434
- if ("0.5.44") {
327435
- return "0.5.44";
327433
+ if ("0.5.46") {
327434
+ return "0.5.46";
327436
327435
  }
327437
327436
  try {
327438
327437
  const pkg = JSON.parse(readFileSync33(join39(__dirname4, "..", "package.json"), "utf8"));
@@ -327451,7 +327450,7 @@ function bakedTargetVersions() {
327451
327450
  if (false)
327452
327451
  return void 0;
327453
327452
  try {
327454
- return JSON.parse('{"@vgai/engine":"0.5.44","@vgai/editor":"0.5.44","@vgai/p2p-colyseus":"0.5.44","@vgai/live":"0.5.44","@vgai/sdk":"0.5.44","@vgai/editor-sdk":"0.5.44","@vgai/cli":"0.5.44"}');
327453
+ return JSON.parse('{"@vgai/engine":"0.5.46","@vgai/editor":"0.5.46","@vgai/p2p-colyseus":"0.5.46","@vgai/live":"0.5.46","@vgai/sdk":"0.5.46","@vgai/editor-sdk":"0.5.46","@vgai/cli":"0.5.46"}');
327455
327454
  } catch {
327456
327455
  return void 0;
327457
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.44",
5
+ "version": "0.5.46",
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.44",
43
- "@vgai/editor-sdk": "0.5.44",
44
- "@vgai/engine": "0.5.44",
45
- "@vgai/live": "0.5.44",
46
- "@vgai/p2p-colyseus": "0.5.44",
47
- "@vgai/sdk": "0.5.44",
42
+ "@vgai/editor": "0.5.46",
43
+ "@vgai/editor-sdk": "0.5.46",
44
+ "@vgai/engine": "0.5.46",
45
+ "@vgai/live": "0.5.46",
46
+ "@vgai/p2p-colyseus": "0.5.46",
47
+ "@vgai/sdk": "0.5.46",
48
48
  "ink": "^7.1.0",
49
49
  "playwright": "^1.58.2",
50
50
  "react": "^19.2.4",