@nlxai/cli 1.2.4-alpha.9 → 1.2.4

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.
@@ -261,7 +261,7 @@ The following features are not supported and will be silently ignored:
261
261
  message: "Open JSON in your editor",
262
262
  default: JSON.stringify(dataRequest, null, 2),
263
263
  postfix: ".json",
264
- waitForUseInput: false,
264
+ waitForUserInput: false,
265
265
  validate: (text) => {
266
266
  try {
267
267
  JSON.parse(text);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nlxai/cli",
3
- "version": "1.2.4-alpha.9",
3
+ "version": "1.2.4",
4
4
  "description": "Tools for integrating with NLX apps",
5
5
  "keywords": [
6
6
  "NLX",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@inquirer/prompts": "^7.8.4",
37
- "@nlxai/core": "^1.2.4-alpha.9",
37
+ "@nlxai/core": "^1.2.4",
38
38
  "boxen": "^8.0.1",
39
39
  "chalk": "^4.1.0",
40
40
  "commander": "^14.0",
@@ -58,5 +58,5 @@
58
58
  "@vitest/ui": "^3.2.4",
59
59
  "vitest": "^3.2.4"
60
60
  },
61
- "gitHead": "a749667b96b11c1d187e9f0447abb2ebc755094c"
61
+ "gitHead": "bbfa1fad3f009a0f509903d6db4f51bec17b1f6c"
62
62
  }