@inquirer/prompts 4.3.2 → 4.3.3
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 +10 -0
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -267,6 +267,16 @@ Select a choice either with arrow keys + Enter or by pressing a key associated w
|
|
|
267
267
|
Quit (Q)
|
|
268
268
|
```
|
|
269
269
|
|
|
270
|
+
[**Action Select Prompt**](https://github.com/zenithlight/inquirer-action-select)<br/>
|
|
271
|
+
Choose an item from a list and choose an action to take by pressing a key.
|
|
272
|
+
|
|
273
|
+
```
|
|
274
|
+
? Choose a file Open <O> Edit <E> Delete <X>
|
|
275
|
+
❯ image.png
|
|
276
|
+
audio.mp3
|
|
277
|
+
code.py
|
|
278
|
+
```
|
|
279
|
+
|
|
270
280
|
# License
|
|
271
281
|
|
|
272
282
|
Copyright (c) 2023 Simon Boudrias (twitter: [@vaxilart](https://twitter.com/Vaxilart))<br/>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inquirer/prompts",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.3",
|
|
4
4
|
"description": "Inquirer prompts, combined in a single package",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"typings": "./dist/cjs/types/index.d.ts",
|
|
@@ -76,16 +76,16 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@inquirer/checkbox": "^2.2.
|
|
80
|
-
"@inquirer/confirm": "^3.1.
|
|
81
|
-
"@inquirer/core": "^7.1.
|
|
82
|
-
"@inquirer/editor": "^2.1.
|
|
83
|
-
"@inquirer/expand": "^2.1.
|
|
84
|
-
"@inquirer/input": "^2.1.
|
|
85
|
-
"@inquirer/password": "^2.1.
|
|
86
|
-
"@inquirer/rawlist": "^2.1.
|
|
87
|
-
"@inquirer/select": "^2.2.
|
|
79
|
+
"@inquirer/checkbox": "^2.2.3",
|
|
80
|
+
"@inquirer/confirm": "^3.1.3",
|
|
81
|
+
"@inquirer/core": "^7.1.3",
|
|
82
|
+
"@inquirer/editor": "^2.1.3",
|
|
83
|
+
"@inquirer/expand": "^2.1.3",
|
|
84
|
+
"@inquirer/input": "^2.1.3",
|
|
85
|
+
"@inquirer/password": "^2.1.3",
|
|
86
|
+
"@inquirer/rawlist": "^2.1.3",
|
|
87
|
+
"@inquirer/select": "^2.2.3"
|
|
88
88
|
},
|
|
89
89
|
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/prompts/README.md",
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "6bfbdfc457ab6d99b9d80c106b5edad285c8b9ba"
|
|
91
91
|
}
|