@genex-ai/cli-demo 1.32.2 → 1.32.3-dev.680

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.
@@ -7,10 +7,10 @@ import {
7
7
  isRenderMode,
8
8
  sceneSummary,
9
9
  sheetOf
10
- } from "./chunk-OJAXYQ5L.js";
10
+ } from "./chunk-2COG4P3T.js";
11
11
  import {
12
12
  getCliVersion
13
- } from "./chunk-5FA2WLM7.js";
13
+ } from "./chunk-HYCSNWYX.js";
14
14
 
15
15
  // src/commands/blender-mcp.ts
16
16
  import fs from "fs/promises";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  c,
3
3
  getTemplatesDir
4
- } from "./chunk-5FA2WLM7.js";
4
+ } from "./chunk-HYCSNWYX.js";
5
5
 
6
6
  // src/lib/blender-serve.ts
7
7
  import { spawn } from "child_process";
@@ -7,7 +7,7 @@ import {
7
7
  getAuthUrl,
8
8
  getCliVersion,
9
9
  getGenexEnvPath
10
- } from "./chunk-5FA2WLM7.js";
10
+ } from "./chunk-HYCSNWYX.js";
11
11
 
12
12
  // src/lib/terms.ts
13
13
  import readline from "readline";
@@ -3,7 +3,7 @@ import fs from "fs";
3
3
  import os from "os";
4
4
  import path from "path";
5
5
  import { fileURLToPath } from "url";
6
- var RAW_CHANNEL = "latest";
6
+ var RAW_CHANNEL = "dev";
7
7
  var CLI_CHANNEL = RAW_CHANNEL === "dev" ? "dev" : "latest";
8
8
  var STANDS = {
9
9
  prod: { api: "https://api.genex.games", dashboard: "https://genex.games" },