@inquirer/prompts 7.8.6 → 7.9.0

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 +16 -0
  2. package/package.json +16 -13
package/README.md CHANGED
@@ -31,6 +31,8 @@ npx @inquirer/demo@latest
31
31
  <tr>
32
32
  <th>npm</th>
33
33
  <th>yarn</th>
34
+ <th>pnpm</th>
35
+ <th>bun</th>
34
36
  </tr>
35
37
  <tr>
36
38
  <td>
@@ -46,6 +48,20 @@ npm install @inquirer/prompts
46
48
  yarn add @inquirer/prompts
47
49
  ```
48
50
 
51
+ </td>
52
+ <td>
53
+
54
+ ```sh
55
+ pnpm add @inquirer/prompts
56
+ ```
57
+
58
+ </td>
59
+ <td>
60
+
61
+ ```sh
62
+ bun add @inquirer/prompts
63
+ ```
64
+
49
65
  </td>
50
66
  </tr>
51
67
  </table>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inquirer/prompts",
3
- "version": "7.8.6",
3
+ "version": "7.9.0",
4
4
  "description": "Inquirer prompts, combined in a single package",
5
5
  "keywords": [
6
6
  "answer",
@@ -76,20 +76,20 @@
76
76
  "tsc": "tshy"
77
77
  },
78
78
  "dependencies": {
79
- "@inquirer/checkbox": "^4.2.4",
80
- "@inquirer/confirm": "^5.1.18",
81
- "@inquirer/editor": "^4.2.20",
82
- "@inquirer/expand": "^4.0.20",
83
- "@inquirer/input": "^4.2.4",
84
- "@inquirer/number": "^3.0.20",
85
- "@inquirer/password": "^4.0.20",
86
- "@inquirer/rawlist": "^4.1.8",
87
- "@inquirer/search": "^3.1.3",
88
- "@inquirer/select": "^4.3.4"
79
+ "@inquirer/checkbox": "^4.3.0",
80
+ "@inquirer/confirm": "^5.1.19",
81
+ "@inquirer/editor": "^4.2.21",
82
+ "@inquirer/expand": "^4.0.21",
83
+ "@inquirer/input": "^4.2.5",
84
+ "@inquirer/number": "^3.0.21",
85
+ "@inquirer/password": "^4.0.21",
86
+ "@inquirer/rawlist": "^4.1.9",
87
+ "@inquirer/search": "^3.2.0",
88
+ "@inquirer/select": "^4.4.0"
89
89
  },
90
90
  "devDependencies": {
91
91
  "@arethetypeswrong/cli": "^0.18.2",
92
- "@inquirer/type": "^3.0.8",
92
+ "@inquirer/type": "^3.0.9",
93
93
  "tshy": "^3.0.2"
94
94
  },
95
95
  "engines": {
@@ -112,5 +112,8 @@
112
112
  "optional": true
113
113
  }
114
114
  },
115
- "gitHead": "3fdf43342deb468ee41d698e407d8800700e08dc"
115
+ "publishConfig": {
116
+ "access": "public"
117
+ },
118
+ "gitHead": "87cb01e67a25983bdaf0d74a7685915c0afb5f23"
116
119
  }