@inquirer/testing 2.1.42 → 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.
Files changed (2) hide show
  1. package/README.md +0 -13
  2. package/package.json +9 -4
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
- [![Warp](https://github.com/user-attachments/assets/0c3b132c-8984-49cf-918a-db6f6abe2c01)](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.42",
3
+ "version": "2.1.44",
4
4
  "description": "Inquirer testing utilities",
5
5
  "keywords": [
6
6
  "answer",
@@ -77,7 +77,7 @@
77
77
  "tsc": "tshy"
78
78
  },
79
79
  "dependencies": {
80
- "@inquirer/type": "^3.0.3",
80
+ "@inquirer/type": "^3.0.4",
81
81
  "ansi-escapes": "^4.3.2",
82
82
  "mute-stream": "^2.0.0"
83
83
  },
@@ -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.10.10",
88
+ "@types/node": "^22.13.4",
89
89
  "tshy": "^3.0.2"
90
90
  },
91
91
  "engines": {
@@ -103,5 +103,10 @@
103
103
  "peerDependencies": {
104
104
  "@types/node": ">=18"
105
105
  },
106
- "gitHead": "a8768f9e974362aed97bc47f6c3466718e8edce9"
106
+ "peerDependenciesMeta": {
107
+ "@types/node": {
108
+ "optional": true
109
+ }
110
+ },
111
+ "gitHead": "27c8859a99557790d1f87721e185a5208c8487db"
107
112
  }