@inquirer/testing 2.1.51 → 2.1.53
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 +6 -5
package/README.md
CHANGED
|
@@ -2,16 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
The `@inquirer/testing` package is Inquirer's answer to testing prompts [built with `@inquirer/core`](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/core).
|
|
4
4
|
|
|
5
|
-
# Special Thanks
|
|
6
|
-
|
|
7
|
-
<div align="center" markdown="1">
|
|
8
|
-
|
|
9
|
-
[](https://graphite.dev/?utm_source=npmjs&utm_medium=repo&utm_campaign=inquirerjs)<br>
|
|
10
|
-
|
|
11
|
-
### [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)
|
|
12
|
-
|
|
13
|
-
</div>
|
|
14
|
-
|
|
15
5
|
# Installation
|
|
16
6
|
|
|
17
7
|
<table>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inquirer/testing",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.53",
|
|
4
4
|
"description": "Inquirer testing utilities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"answer",
|
|
@@ -77,14 +77,15 @@
|
|
|
77
77
|
"tsc": "tshy"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@inquirer/type": "^3.0.
|
|
80
|
+
"@inquirer/type": "^3.0.10",
|
|
81
81
|
"mute-stream": "^2.0.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
85
|
+
"@repo/tsconfig": "0.0.0",
|
|
85
86
|
"@types/mute-stream": "^0.0.4",
|
|
86
|
-
"@types/node": "^24.0
|
|
87
|
-
"tshy": "^3.0.
|
|
87
|
+
"@types/node": "^24.10.0",
|
|
88
|
+
"tshy": "^3.0.3"
|
|
88
89
|
},
|
|
89
90
|
"engines": {
|
|
90
91
|
"node": ">=18"
|
|
@@ -109,5 +110,5 @@
|
|
|
109
110
|
"publishConfig": {
|
|
110
111
|
"access": "public"
|
|
111
112
|
},
|
|
112
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "4731a373881368e2f701c41adc67bc83244bf89f"
|
|
113
114
|
}
|