inquirerjs-checkbox-search 1.0.5 → 1.0.12
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/README.md +1 -1
- package/dist/commonjs/index.d.ts +1 -3
- package/dist/esm/index.d.ts +1 -3
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -155,7 +155,7 @@ This section covers the tools and workflows used in this project for contributor
|
|
|
155
155
|
#### Package Management
|
|
156
156
|
|
|
157
157
|
- **npm** - Package manager (npm 9+ required)
|
|
158
|
-
- **Node.js
|
|
158
|
+
- **Node.js 20+** - Runtime requirement
|
|
159
159
|
- **package.json** - Standard npm configuration with dual exports
|
|
160
160
|
|
|
161
161
|
#### Code Quality
|
package/dist/commonjs/index.d.ts
CHANGED
|
@@ -119,8 +119,6 @@ declare const _default: <Value>(config: {
|
|
|
119
119
|
validate?: ((choices: readonly NormalizedChoice<Value>[]) => boolean | string | Promise<string | boolean>) | undefined;
|
|
120
120
|
theme?: PartialDeep<Theme<CheckboxSearchTheme>> | undefined;
|
|
121
121
|
default?: readonly Value[] | undefined;
|
|
122
|
-
}, context?: import("@inquirer/type").Context) => Promise<Value[]
|
|
123
|
-
cancel: () => void;
|
|
124
|
-
};
|
|
122
|
+
}, context?: import("@inquirer/type", { with: { "resolution-mode": "import" } }).Context) => Promise<Value[]>;
|
|
125
123
|
export default _default;
|
|
126
124
|
export { Separator } from '@inquirer/core';
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -119,8 +119,6 @@ declare const _default: <Value>(config: {
|
|
|
119
119
|
validate?: ((choices: readonly NormalizedChoice<Value>[]) => boolean | string | Promise<string | boolean>) | undefined;
|
|
120
120
|
theme?: PartialDeep<Theme<CheckboxSearchTheme>> | undefined;
|
|
121
121
|
default?: readonly Value[] | undefined;
|
|
122
|
-
}, context?: import("@inquirer/type").Context) => Promise<Value[]
|
|
123
|
-
cancel: () => void;
|
|
124
|
-
};
|
|
122
|
+
}, context?: import("@inquirer/type").Context) => Promise<Value[]>;
|
|
125
123
|
export default _default;
|
|
126
124
|
export { Separator } from '@inquirer/core';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "inquirerjs-checkbox-search",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "A multi-select prompt with text filtering for inquirer.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"answer",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"tty",
|
|
30
30
|
"ui"
|
|
31
31
|
],
|
|
32
|
-
"homepage": "https://github.com/
|
|
32
|
+
"homepage": "https://github.com/Texarkanine/inquirerjs-checkbox-search#readme",
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
|
-
"url": "git+https://github.com/
|
|
35
|
+
"url": "git+https://github.com/Texarkanine/inquirerjs-checkbox-search.git"
|
|
36
36
|
},
|
|
37
37
|
"bugs": {
|
|
38
|
-
"url": "https://github.com/
|
|
38
|
+
"url": "https://github.com/Texarkanine/inquirerjs-checkbox-search/issues"
|
|
39
39
|
},
|
|
40
40
|
"license": "MIT",
|
|
41
41
|
"author": "Texarkanine <texarkanine@protonmail.com>",
|
|
@@ -90,27 +90,27 @@
|
|
|
90
90
|
"demo:generate:all": "node scripts/generate-demo.js all"
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@inquirer/core": "^
|
|
94
|
-
"@inquirer/figures": "^
|
|
95
|
-
"@inquirer/type": "^
|
|
93
|
+
"@inquirer/core": "^11.0.2",
|
|
94
|
+
"@inquirer/figures": "^2.0.2",
|
|
95
|
+
"@inquirer/type": "^4.0.2",
|
|
96
96
|
"ansi-escapes": "^7.0.0",
|
|
97
97
|
"yoctocolors-cjs": "^2.1.2"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
100
|
"@arethetypeswrong/cli": "^0.18.1",
|
|
101
|
-
"@inquirer/testing": "^
|
|
101
|
+
"@inquirer/testing": "^3.0.2",
|
|
102
102
|
"@types/node": "^20.0.0",
|
|
103
103
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
104
104
|
"@typescript-eslint/parser": "^8.0.0",
|
|
105
|
-
"@vitest/coverage-v8": "^
|
|
106
|
-
"@vitest/ui": "^
|
|
105
|
+
"@vitest/coverage-v8": "^4.0.0",
|
|
106
|
+
"@vitest/ui": "^4.0.0",
|
|
107
107
|
"eslint": "^9.0.0",
|
|
108
108
|
"eslint-config-prettier": "^10.1.8",
|
|
109
109
|
"prettier": "^3.0.0",
|
|
110
110
|
"rimraf": "^6.0.0",
|
|
111
111
|
"tshy": "^3.0.2",
|
|
112
112
|
"typescript": "^5.6.0",
|
|
113
|
-
"vitest": "^
|
|
113
|
+
"vitest": "^4.0.0"
|
|
114
114
|
},
|
|
115
115
|
"engines": {
|
|
116
116
|
"node": ">=20"
|