@inquirer/rawlist 4.0.5 → 4.0.7

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 +9 -16
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -6,22 +6,15 @@ Simple interactive command line prompt to display a raw list of choices (single
6
6
 
7
7
  # Special Thanks
8
8
 
9
- <div align="center">
10
- <br>
11
- <br>
12
- <a href="https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer">
13
- <div>
14
- <picture>
15
- <img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
16
- </picture>
17
- </div>
18
- <b>Warp, the intelligent terminal for developers</b>
19
- <div>
20
- <sup>Available for MacOS and Linux<br>
21
- Visit warp.dev to learn more
22
- </sup>
23
- </div>
24
- </a>
9
+ <div align="center" markdown="1">
10
+
11
+ [![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>
12
+
13
+ ### [Warp, the intelligent terminal for developers](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)
14
+
15
+ [Inquirer's terminal of choice!](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
16
+ [Available for MacOS and Linux](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
17
+
25
18
  </div>
26
19
 
27
20
  # Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inquirer/rawlist",
3
- "version": "4.0.5",
3
+ "version": "4.0.7",
4
4
  "description": "Inquirer rawlist prompt",
5
5
  "keywords": [
6
6
  "answer",
@@ -74,13 +74,13 @@
74
74
  "tsc": "tshy"
75
75
  },
76
76
  "dependencies": {
77
- "@inquirer/core": "^10.1.3",
78
- "@inquirer/type": "^3.0.2",
77
+ "@inquirer/core": "^10.1.5",
78
+ "@inquirer/type": "^3.0.3",
79
79
  "yoctocolors-cjs": "^2.1.2"
80
80
  },
81
81
  "devDependencies": {
82
- "@arethetypeswrong/cli": "^0.17.2",
83
- "@inquirer/testing": "^2.1.40",
82
+ "@arethetypeswrong/cli": "^0.17.3",
83
+ "@inquirer/testing": "^2.1.42",
84
84
  "@repo/tsconfig": "workspace:*",
85
85
  "tshy": "^3.0.2"
86
86
  },
@@ -102,5 +102,5 @@
102
102
  "peerDependencies": {
103
103
  "@types/node": ">=18"
104
104
  },
105
- "gitHead": "43afbb5a1a96a23342f9fa3867e3d5d0a9abc8fe"
105
+ "gitHead": "a8768f9e974362aed97bc47f6c3466718e8edce9"
106
106
  }