@inquirer/input 4.1.2 → 4.1.4
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 +9 -16
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -6,22 +6,15 @@ Interactive free text input component for command line interfaces. Supports vali
|
|
|
6
6
|
|
|
7
7
|
# Special Thanks
|
|
8
8
|
|
|
9
|
-
<div align="center">
|
|
10
|
-
|
|
11
|
-
<br>
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
<b>Warp, the intelligent terminal for developers</b>
|
|
19
|
-
<div>
|
|
20
|
-
<sup>Available for MacOS and Linux<br>
|
|
21
|
-
Visit warp.dev to learn more
|
|
22
|
-
</sup>
|
|
23
|
-
</div>
|
|
24
|
-
</a>
|
|
9
|
+
<div align="center" markdown="1">
|
|
10
|
+
|
|
11
|
+
[](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
|
|
12
|
+
|
|
13
|
+
### [Warp, the intelligent terminal for developers](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)
|
|
14
|
+
|
|
15
|
+
[Inquirer's terminal of choice!](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
|
|
16
|
+
[Available for MacOS and Linux](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
|
|
17
|
+
|
|
25
18
|
</div>
|
|
26
19
|
|
|
27
20
|
# Installation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inquirer/input",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.4",
|
|
4
4
|
"description": "Inquirer input text prompt",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"answer",
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
"tsc": "tshy"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@inquirer/core": "^10.1.
|
|
78
|
-
"@inquirer/type": "^3.0.
|
|
77
|
+
"@inquirer/core": "^10.1.5",
|
|
78
|
+
"@inquirer/type": "^3.0.3"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@arethetypeswrong/cli": "^0.17.
|
|
82
|
-
"@inquirer/testing": "^2.1.
|
|
81
|
+
"@arethetypeswrong/cli": "^0.17.3",
|
|
82
|
+
"@inquirer/testing": "^2.1.42",
|
|
83
83
|
"@repo/tsconfig": "workspace:*",
|
|
84
84
|
"tshy": "^3.0.2"
|
|
85
85
|
},
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"peerDependencies": {
|
|
102
102
|
"@types/node": ">=18"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "a8768f9e974362aed97bc47f6c3466718e8edce9"
|
|
105
105
|
}
|