@inquirer/rawlist 4.0.8 → 4.0.9
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 +4 -4
package/README.md
CHANGED
|
@@ -4,19 +4,6 @@ Simple interactive command line prompt to display a raw list of choices (single
|
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
# Special Thanks
|
|
8
|
-
|
|
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
|
-
|
|
18
|
-
</div>
|
|
19
|
-
|
|
20
7
|
# Installation
|
|
21
8
|
|
|
22
9
|
<table>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inquirer/rawlist",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.9",
|
|
4
4
|
"description": "Inquirer rawlist prompt",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"answer",
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
"tsc": "tshy"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@inquirer/core": "^10.1.
|
|
77
|
+
"@inquirer/core": "^10.1.7",
|
|
78
78
|
"@inquirer/type": "^3.0.4",
|
|
79
79
|
"yoctocolors-cjs": "^2.1.2"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@arethetypeswrong/cli": "^0.17.3",
|
|
83
|
-
"@inquirer/testing": "^2.1.
|
|
83
|
+
"@inquirer/testing": "^2.1.44",
|
|
84
84
|
"@repo/tsconfig": "workspace:*",
|
|
85
85
|
"tshy": "^3.0.2"
|
|
86
86
|
},
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"optional": true
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "27c8859a99557790d1f87721e185a5208c8487db"
|
|
111
111
|
}
|