@genex-ai/cli-demo 1.18.0-dev.594 → 1.18.0-dev.596

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 +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -644,7 +644,6 @@ async function runAuth(opts) {
644
644
  } catch (err) {
645
645
  if (err instanceof AuthPendingError) {
646
646
  printAuthHandoff(log, err);
647
- process.exitCode = 1;
648
647
  return;
649
648
  }
650
649
  log.error(err instanceof Error ? err.message : String(err));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genex-ai/cli-demo",
3
- "version": "1.18.0-dev.594",
3
+ "version": "1.18.0-dev.596",
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": {