@inquirer/testing 2.1.40 → 2.1.41

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 +7 -16
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,22 +4,13 @@ The `@inquirer/testing` package is Inquirer's answer to testing prompts [built w
4
4
 
5
5
  # Special Thanks
6
6
 
7
- <div align="center">
8
- <br>
9
- <br>
10
- <a href="https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer">
11
- <div>
12
- <picture>
13
- <img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
14
- </picture>
15
- </div>
16
- <b>Warp, the intelligent terminal for developers</b>
17
- <div>
18
- <sup>Available for MacOS and Linux<br>
19
- Visit warp.dev to learn more
20
- </sup>
21
- </div>
22
- </a>
7
+ <div align="center" markdown="1">
8
+
9
+ [![Warp](https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c)](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
10
+ **[Warp, the intelligent terminal for developers](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)**<br>
11
+ [Available for MacOS and Linux](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
12
+ [Visit warp.dev to learn more](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)
13
+
23
14
  </div>
24
15
 
25
16
  # Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inquirer/testing",
3
- "version": "2.1.40",
3
+ "version": "2.1.41",
4
4
  "description": "Inquirer testing utilities",
5
5
  "keywords": [
6
6
  "answer",
@@ -104,5 +104,5 @@
104
104
  "peerDependencies": {
105
105
  "@types/node": ">=18"
106
106
  },
107
- "gitHead": "43afbb5a1a96a23342f9fa3867e3d5d0a9abc8fe"
107
+ "gitHead": "0b28eff102cb90e933faf104a1e42c2298b7cb0e"
108
108
  }