@inquirer/select 4.0.3 → 4.0.5

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 +20 -0
  3. package/package.json +7 -7
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,26 @@ Simple interactive command line prompt to display a list of choices (single sele
4
4
 
5
5
  ![select prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/list.svg)
6
6
 
7
+ # Special Thanks
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>
25
+ </div>
26
+
7
27
  # Installation
8
28
 
9
29
  <table>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inquirer/select",
3
- "version": "4.0.3",
3
+ "version": "4.0.5",
4
4
  "description": "Inquirer select/list prompt",
5
5
  "keywords": [
6
6
  "answer",
@@ -74,15 +74,15 @@
74
74
  "tsc": "tshy"
75
75
  },
76
76
  "dependencies": {
77
- "@inquirer/core": "^10.1.1",
78
- "@inquirer/figures": "^1.0.8",
79
- "@inquirer/type": "^3.0.1",
77
+ "@inquirer/core": "^10.1.3",
78
+ "@inquirer/figures": "^1.0.9",
79
+ "@inquirer/type": "^3.0.2",
80
80
  "ansi-escapes": "^4.3.2",
81
81
  "yoctocolors-cjs": "^2.1.2"
82
82
  },
83
83
  "devDependencies": {
84
- "@arethetypeswrong/cli": "^0.17.0",
85
- "@inquirer/testing": "^2.1.38",
84
+ "@arethetypeswrong/cli": "^0.17.2",
85
+ "@inquirer/testing": "^2.1.40",
86
86
  "@repo/tsconfig": "workspace:*",
87
87
  "tshy": "^3.0.2"
88
88
  },
@@ -104,5 +104,5 @@
104
104
  "peerDependencies": {
105
105
  "@types/node": ">=18"
106
106
  },
107
- "gitHead": "5713287885155c0081fca4190c17c18c598d9602"
107
+ "gitHead": "43afbb5a1a96a23342f9fa3867e3d5d0a9abc8fe"
108
108
  }