@inquirer/prompts 7.2.1 → 7.2.3

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 +12 -12
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
@@ -15,6 +15,17 @@ Give it a try in your own terminal!
15
15
  npx @inquirer/demo@latest
16
16
  ```
17
17
 
18
+ # Special Thanks
19
+
20
+ <div align="center" markdown="1">
21
+
22
+ [![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>
23
+ **[Warp, the intelligent terminal for developers](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)**<br>
24
+ [Available for MacOS and Linux](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
25
+ [Visit warp.dev to learn more](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)
26
+
27
+ </div>
28
+
18
29
  # Installation
19
30
 
20
31
  <table>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inquirer/prompts",
3
- "version": "7.2.1",
3
+ "version": "7.2.3",
4
4
  "description": "Inquirer prompts, combined in a single package",
5
5
  "keywords": [
6
6
  "answer",
@@ -76,16 +76,16 @@
76
76
  "tsc": "tshy"
77
77
  },
78
78
  "dependencies": {
79
- "@inquirer/checkbox": "^4.0.4",
80
- "@inquirer/confirm": "^5.1.1",
81
- "@inquirer/editor": "^4.2.1",
82
- "@inquirer/expand": "^4.0.4",
83
- "@inquirer/input": "^4.1.1",
84
- "@inquirer/number": "^3.0.4",
85
- "@inquirer/password": "^4.0.4",
86
- "@inquirer/rawlist": "^4.0.4",
87
- "@inquirer/search": "^3.0.4",
88
- "@inquirer/select": "^4.0.4"
79
+ "@inquirer/checkbox": "^4.0.6",
80
+ "@inquirer/confirm": "^5.1.3",
81
+ "@inquirer/editor": "^4.2.3",
82
+ "@inquirer/expand": "^4.0.6",
83
+ "@inquirer/input": "^4.1.3",
84
+ "@inquirer/number": "^3.0.6",
85
+ "@inquirer/password": "^4.0.6",
86
+ "@inquirer/rawlist": "^4.0.6",
87
+ "@inquirer/search": "^3.0.6",
88
+ "@inquirer/select": "^4.0.6"
89
89
  },
90
90
  "devDependencies": {
91
91
  "@arethetypeswrong/cli": "^0.17.2",
@@ -108,5 +108,5 @@
108
108
  "peerDependencies": {
109
109
  "@types/node": ">=18"
110
110
  },
111
- "gitHead": "7613d7474f1f17a18019b89f208f46be10c5b02f"
111
+ "gitHead": "0b28eff102cb90e933faf104a1e42c2298b7cb0e"
112
112
  }