@inquirer/rawlist 4.0.4 → 4.0.6

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +11 -0
  3. package/package.json +4 -4
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2023 Simon Boudrias
1
+ Copyright (c) 2025 Simon Boudrias
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person
4
4
  obtaining a copy of this software and associated documentation
package/README.md CHANGED
@@ -4,6 +4,17 @@ Simple interactive command line prompt to display a raw list of choices (single
4
4
 
5
5
  ![rawlist prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/rawlist.svg)
6
6
 
7
+ # Special Thanks
8
+
9
+ <div align="center" markdown="1">
10
+
11
+ [![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>
12
+ **[Warp, the intelligent terminal for developers](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)**<br>
13
+ [Available for MacOS and Linux](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
14
+ [Visit warp.dev to learn more](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)
15
+
16
+ </div>
17
+
7
18
  # Installation
8
19
 
9
20
  <table>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inquirer/rawlist",
3
- "version": "4.0.4",
3
+ "version": "4.0.6",
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.2",
77
+ "@inquirer/core": "^10.1.4",
78
78
  "@inquirer/type": "^3.0.2",
79
79
  "yoctocolors-cjs": "^2.1.2"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@arethetypeswrong/cli": "^0.17.2",
83
- "@inquirer/testing": "^2.1.39",
83
+ "@inquirer/testing": "^2.1.41",
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": "7613d7474f1f17a18019b89f208f46be10c5b02f"
105
+ "gitHead": "0b28eff102cb90e933faf104a1e42c2298b7cb0e"
106
106
  }