@inquirer/select 4.4.0 → 4.4.1
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 -10
- package/package.json +10 -9
package/README.md
CHANGED
|
@@ -4,16 +4,6 @@ Simple interactive command line prompt to display a list of choices (single sele
|
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
# Special Thanks
|
|
8
|
-
|
|
9
|
-
<div align="center" markdown="1">
|
|
10
|
-
|
|
11
|
-
[](https://graphite.dev/?utm_source=npmjs&utm_medium=repo&utm_campaign=inquirerjs)<br>
|
|
12
|
-
|
|
13
|
-
### [Graphite is the AI developer productivity platform helping teams on GitHub ship higher quality software, faster](https://graphite.dev/?utm_source=npmjs&utm_medium=repo&utm_campaign=inquirerjs)
|
|
14
|
-
|
|
15
|
-
</div>
|
|
16
|
-
|
|
17
7
|
# Installation
|
|
18
8
|
|
|
19
9
|
<table>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inquirer/select",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.1",
|
|
4
4
|
"description": "Inquirer select/list prompt",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"answer",
|
|
@@ -74,16 +74,17 @@
|
|
|
74
74
|
"tsc": "tshy"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@inquirer/ansi": "^1.0.
|
|
78
|
-
"@inquirer/core": "^10.3.
|
|
79
|
-
"@inquirer/figures": "^1.0.
|
|
80
|
-
"@inquirer/type": "^3.0.
|
|
81
|
-
"yoctocolors-cjs": "^2.1.
|
|
77
|
+
"@inquirer/ansi": "^1.0.2",
|
|
78
|
+
"@inquirer/core": "^10.3.1",
|
|
79
|
+
"@inquirer/figures": "^1.0.15",
|
|
80
|
+
"@inquirer/type": "^3.0.10",
|
|
81
|
+
"yoctocolors-cjs": "^2.1.3"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
85
|
-
"@inquirer/testing": "^2.1.
|
|
86
|
-
"
|
|
85
|
+
"@inquirer/testing": "^2.1.52",
|
|
86
|
+
"@repo/tsconfig": "0.0.0",
|
|
87
|
+
"tshy": "^3.0.3"
|
|
87
88
|
},
|
|
88
89
|
"engines": {
|
|
89
90
|
"node": ">=18"
|
|
@@ -108,5 +109,5 @@
|
|
|
108
109
|
"optional": true
|
|
109
110
|
}
|
|
110
111
|
},
|
|
111
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "6881993e517e76fa891b72e1f5086fd11f7676ac"
|
|
112
113
|
}
|