@optique/inquirer 1.0.0-dev.1533 → 1.0.0-dev.1547
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.
- package/dist/index.cjs +2 -0
- package/dist/index.js +2 -0
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -314,6 +314,8 @@ function prompt(parser, config) {
|
|
|
314
314
|
type: "optional",
|
|
315
315
|
terms: parser.usage
|
|
316
316
|
}],
|
|
317
|
+
leadingNames: parser.leadingNames,
|
|
318
|
+
acceptingAnyToken: parser.acceptingAnyToken,
|
|
317
319
|
get initialState() {
|
|
318
320
|
return new PromptBindInitialStateClass();
|
|
319
321
|
},
|
package/dist/index.js
CHANGED
|
@@ -291,6 +291,8 @@ function prompt(parser, config) {
|
|
|
291
291
|
type: "optional",
|
|
292
292
|
terms: parser.usage
|
|
293
293
|
}],
|
|
294
|
+
leadingNames: parser.leadingNames,
|
|
295
|
+
acceptingAnyToken: parser.acceptingAnyToken,
|
|
294
296
|
get initialState() {
|
|
295
297
|
return new PromptBindInitialStateClass();
|
|
296
298
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@optique/inquirer",
|
|
3
|
-
"version": "1.0.0-dev.
|
|
3
|
+
"version": "1.0.0-dev.1547+bde3f632",
|
|
4
4
|
"description": "Interactive prompt support for Optique via Inquirer.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"CLI",
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
"sideEffects": false,
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@inquirer/prompts": "^8.3.0",
|
|
59
|
-
"@optique/core": "1.0.0-dev.
|
|
59
|
+
"@optique/core": "1.0.0-dev.1547+bde3f632"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@types/node": "^20.19.9",
|
|
63
63
|
"tsdown": "^0.13.0",
|
|
64
64
|
"typescript": "^5.8.3",
|
|
65
|
-
"@optique/env": "1.0.0-dev.
|
|
65
|
+
"@optique/env": "1.0.0-dev.1547+bde3f632"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"build": "tsdown",
|