@inquirer/testing 2.1.43 → 2.1.44
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 +3 -3
package/README.md
CHANGED
|
@@ -2,19 +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://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
|
|
10
|
-
|
|
11
|
-
### [Warp, the intelligent terminal for developers](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)
|
|
12
|
-
|
|
13
|
-
[Inquirer's terminal of choice!](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
|
|
14
|
-
[Available for MacOS and Linux](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
|
|
15
|
-
|
|
16
|
-
</div>
|
|
17
|
-
|
|
18
5
|
# Installation
|
|
19
6
|
|
|
20
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.44",
|
|
4
4
|
"description": "Inquirer testing utilities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"answer",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@arethetypeswrong/cli": "^0.17.3",
|
|
86
86
|
"@repo/tsconfig": "workspace:*",
|
|
87
87
|
"@types/mute-stream": "^0.0.4",
|
|
88
|
-
"@types/node": "^22.13.
|
|
88
|
+
"@types/node": "^22.13.4",
|
|
89
89
|
"tshy": "^3.0.2"
|
|
90
90
|
},
|
|
91
91
|
"engines": {
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"optional": true
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "27c8859a99557790d1f87721e185a5208c8487db"
|
|
112
112
|
}
|