@inquirer/testing 2.1.50 → 2.1.52
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 -6
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.52",
|
|
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.
|
|
81
|
-
"mute-stream": "^
|
|
80
|
+
"@inquirer/type": "^3.0.10",
|
|
81
|
+
"mute-stream": "^3.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"
|
|
@@ -106,5 +107,8 @@
|
|
|
106
107
|
"optional": true
|
|
107
108
|
}
|
|
108
109
|
},
|
|
109
|
-
"
|
|
110
|
+
"publishConfig": {
|
|
111
|
+
"access": "public"
|
|
112
|
+
},
|
|
113
|
+
"gitHead": "6881993e517e76fa891b72e1f5086fd11f7676ac"
|
|
110
114
|
}
|