@optique/inquirer 1.0.0-dev.655 → 1.0.0-dev.659
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -45,7 +45,7 @@ function assignPromptFunctionOverride(override, key, candidate) {
|
|
|
45
45
|
if (typeof candidate === "function") override[key] = candidate;
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
48
|
-
* Extracts valid prompt function overrides from an arbitrary
|
|
48
|
+
* Extracts valid prompt function overrides from an arbitrary value.
|
|
49
49
|
*/
|
|
50
50
|
function getPromptFunctionsOverride(value) {
|
|
51
51
|
if (typeof value !== "object" || value == null) return void 0;
|
package/dist/index.js
CHANGED
|
@@ -22,7 +22,7 @@ function assignPromptFunctionOverride(override, key, candidate) {
|
|
|
22
22
|
if (typeof candidate === "function") override[key] = candidate;
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
|
-
* Extracts valid prompt function overrides from an arbitrary
|
|
25
|
+
* Extracts valid prompt function overrides from an arbitrary value.
|
|
26
26
|
*/
|
|
27
27
|
function getPromptFunctionsOverride(value) {
|
|
28
28
|
if (typeof value !== "object" || value == null) return void 0;
|
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.659+e4a22b42",
|
|
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.659+e4a22b42"
|
|
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.659+e4a22b42"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"build": "tsdown",
|