@nlxai/cli 1.2.3 → 1.2.4-alpha.10
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
|
-
|
|
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.
|
|
3
|
+
"version": "1.2.4-alpha.10",
|
|
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.
|
|
37
|
+
"@nlxai/core": "^1.2.4-alpha.10",
|
|
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": "
|
|
61
|
+
"gitHead": "9a1bfacce5cc21ca2d64e79c86805dab37568de3"
|
|
62
62
|
}
|