@genex-ai/cli-demo 1.33.0-dev.686 → 1.33.0-dev.689

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -23204,7 +23204,7 @@ import path34 from "path";
23204
23204
  var BUDGET_SOURCE_LINE = "Live from your account; prices can change without a deploy.";
23205
23205
  var BUDGET_APPROVAL_REQUIRED = "STOP: raising the asset allowance requires the player's explicit approval. Re-run with --user-approved only after they agreed to the number.";
23206
23206
  function internalKind(kind) {
23207
- return kind === "agent_session" || kind === "blender_seat" || kind === "avatar_look" || kind.startsWith("cover_");
23207
+ return kind === "agent_session" || kind === "blender_seat" || kind.startsWith("cover_");
23208
23208
  }
23209
23209
  async function isGenexProject(cwd) {
23210
23210
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genex-ai/cli-demo",
3
- "version": "1.33.0-dev.686",
3
+ "version": "1.33.0-dev.689",
4
4
  "description": "Set up your project's agent workspace (.claude/.codex/.cursor in the game folder), authorize, create a game project, generate AI assets, and publish (genex CLI).",
5
5
  "type": "module",
6
6
  "bin": {