@inquirer/testing 2.1.37 → 2.1.38
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -72,7 +72,7 @@ The core utility of `@inquirer/testing` is the `render()` function. This `render
|
|
|
72
72
|
3. `events` (`{ keypress: (name | Key) => void, type: (string) => void }`) Is the utilities allowing you to interact with the prompt. Use it to trigger keypress events, or typing any input.
|
|
73
73
|
4. `getFullOutput` (`() => string`) Return a raw dump of everything that got sent on the output stream.
|
|
74
74
|
|
|
75
|
-
You can refer to [the `@inquirer/input` prompt test suite](https://github.com/SBoudrias/Inquirer.js/blob/main/packages/input/input.test.
|
|
75
|
+
You can refer to [the `@inquirer/input` prompt test suite](https://github.com/SBoudrias/Inquirer.js/blob/main/packages/input/input.test.ts) as a practical example.
|
|
76
76
|
|
|
77
77
|
# License
|
|
78
78
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inquirer/testing",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.38",
|
|
4
4
|
"description": "Inquirer testing utilities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"answer",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"@arethetypeswrong/cli": "^0.17.0",
|
|
87
87
|
"@repo/tsconfig": "workspace:*",
|
|
88
88
|
"@types/mute-stream": "^0.0.4",
|
|
89
|
-
"@types/node": "^22.
|
|
89
|
+
"@types/node": "^22.10.1",
|
|
90
90
|
"tshy": "^3.0.2"
|
|
91
91
|
},
|
|
92
92
|
"engines": {
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"peerDependencies": {
|
|
105
105
|
"@types/node": ">=18"
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "5713287885155c0081fca4190c17c18c598d9602"
|
|
108
108
|
}
|