@inquirer/prompts 7.3.1 → 7.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 +0 -13
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -15,19 +15,6 @@ Give it a try in your own terminal!
|
|
|
15
15
|
npx @inquirer/demo@latest
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
-
# Special Thanks
|
|
19
|
-
|
|
20
|
-
<div align="center" markdown="1">
|
|
21
|
-
|
|
22
|
-
[](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
|
|
23
|
-
|
|
24
|
-
### [Warp, the intelligent terminal for developers](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)
|
|
25
|
-
|
|
26
|
-
[Inquirer's terminal of choice!](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
|
|
27
|
-
[Available for MacOS and Linux](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
|
|
28
|
-
|
|
29
|
-
</div>
|
|
30
|
-
|
|
31
18
|
# Installation
|
|
32
19
|
|
|
33
20
|
<table>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inquirer/prompts",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.3",
|
|
4
4
|
"description": "Inquirer prompts, combined in a single package",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"answer",
|
|
@@ -76,20 +76,20 @@
|
|
|
76
76
|
"tsc": "tshy"
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@inquirer/checkbox": "^4.1.
|
|
80
|
-
"@inquirer/confirm": "^5.1.
|
|
81
|
-
"@inquirer/editor": "^4.2.
|
|
82
|
-
"@inquirer/expand": "^4.0.
|
|
83
|
-
"@inquirer/input": "^4.1.
|
|
84
|
-
"@inquirer/number": "^3.0.
|
|
85
|
-
"@inquirer/password": "^4.0.
|
|
86
|
-
"@inquirer/rawlist": "^4.0.
|
|
87
|
-
"@inquirer/search": "^3.0.
|
|
88
|
-
"@inquirer/select": "^4.0.
|
|
79
|
+
"@inquirer/checkbox": "^4.1.3",
|
|
80
|
+
"@inquirer/confirm": "^5.1.7",
|
|
81
|
+
"@inquirer/editor": "^4.2.8",
|
|
82
|
+
"@inquirer/expand": "^4.0.10",
|
|
83
|
+
"@inquirer/input": "^4.1.7",
|
|
84
|
+
"@inquirer/number": "^3.0.10",
|
|
85
|
+
"@inquirer/password": "^4.0.10",
|
|
86
|
+
"@inquirer/rawlist": "^4.0.10",
|
|
87
|
+
"@inquirer/search": "^3.0.10",
|
|
88
|
+
"@inquirer/select": "^4.0.10"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
-
"@arethetypeswrong/cli": "^0.17.
|
|
92
|
-
"@inquirer/type": "^3.0.
|
|
91
|
+
"@arethetypeswrong/cli": "^0.17.4",
|
|
92
|
+
"@inquirer/type": "^3.0.5",
|
|
93
93
|
"@repo/tsconfig": "workspace:*",
|
|
94
94
|
"tshy": "^3.0.2"
|
|
95
95
|
},
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"optional": true
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "79a0b3e7446b4a3de09445bf2f4031e4190b6382"
|
|
117
117
|
}
|