@inquirer/testing 3.1.0 → 3.1.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/package.json +50 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inquirer/testing",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "Inquirer testing utilities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"answer",
|
|
@@ -95,12 +95,60 @@
|
|
|
95
95
|
"vitest": "^3.0.0"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
|
+
"@inquirer/checkbox": ">=1.0.0",
|
|
99
|
+
"@inquirer/confirm": ">=1.0.0",
|
|
100
|
+
"@inquirer/editor": ">=1.0.0",
|
|
101
|
+
"@inquirer/expand": ">=1.0.0",
|
|
102
|
+
"@inquirer/external-editor": ">=1.0.0",
|
|
103
|
+
"@inquirer/input": ">=1.0.0",
|
|
104
|
+
"@inquirer/number": ">=1.0.0",
|
|
105
|
+
"@inquirer/password": ">=1.0.0",
|
|
106
|
+
"@inquirer/prompts": ">=1.0.0",
|
|
107
|
+
"@inquirer/rawlist": ">=1.0.0",
|
|
108
|
+
"@inquirer/search": ">=1.0.0",
|
|
109
|
+
"@inquirer/select": ">=1.0.0",
|
|
98
110
|
"@types/jest": ">=29.0.0",
|
|
99
111
|
"@types/node": ">=18",
|
|
100
112
|
"jest": ">=29.0.0",
|
|
101
113
|
"vitest": ">=1.0.0"
|
|
102
114
|
},
|
|
103
115
|
"peerDependenciesMeta": {
|
|
116
|
+
"@inquirer/checkbox": {
|
|
117
|
+
"optional": true
|
|
118
|
+
},
|
|
119
|
+
"@inquirer/confirm": {
|
|
120
|
+
"optional": true
|
|
121
|
+
},
|
|
122
|
+
"@inquirer/editor": {
|
|
123
|
+
"optional": true
|
|
124
|
+
},
|
|
125
|
+
"@inquirer/expand": {
|
|
126
|
+
"optional": true
|
|
127
|
+
},
|
|
128
|
+
"@inquirer/external-editor": {
|
|
129
|
+
"optional": true
|
|
130
|
+
},
|
|
131
|
+
"@inquirer/input": {
|
|
132
|
+
"optional": true
|
|
133
|
+
},
|
|
134
|
+
"@inquirer/number": {
|
|
135
|
+
"optional": true
|
|
136
|
+
},
|
|
137
|
+
"@inquirer/password": {
|
|
138
|
+
"optional": true
|
|
139
|
+
},
|
|
140
|
+
"@inquirer/prompts": {
|
|
141
|
+
"optional": true
|
|
142
|
+
},
|
|
143
|
+
"@inquirer/rawlist": {
|
|
144
|
+
"optional": true
|
|
145
|
+
},
|
|
146
|
+
"@inquirer/search": {
|
|
147
|
+
"optional": true
|
|
148
|
+
},
|
|
149
|
+
"@inquirer/select": {
|
|
150
|
+
"optional": true
|
|
151
|
+
},
|
|
104
152
|
"@types/jest": {
|
|
105
153
|
"optional": true
|
|
106
154
|
},
|
|
@@ -119,5 +167,5 @@
|
|
|
119
167
|
},
|
|
120
168
|
"main": "./dist/index.js",
|
|
121
169
|
"types": "./dist/index.d.ts",
|
|
122
|
-
"gitHead": "
|
|
170
|
+
"gitHead": "48b5d7e8b14d5c9fc4a19a8f1ead20a7593b29e1"
|
|
123
171
|
}
|