@inquirer/prompts 8.3.0 → 8.3.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inquirer/prompts",
3
- "version": "8.3.0",
3
+ "version": "8.3.1",
4
4
  "description": "Inquirer prompts, combined in a single package",
5
5
  "keywords": [
6
6
  "answer",
@@ -69,16 +69,16 @@
69
69
  "tsc": "tsc"
70
70
  },
71
71
  "dependencies": {
72
- "@inquirer/checkbox": "^5.1.0",
73
- "@inquirer/confirm": "^6.0.8",
74
- "@inquirer/editor": "^5.0.8",
75
- "@inquirer/expand": "^5.0.8",
76
- "@inquirer/input": "^5.0.8",
77
- "@inquirer/number": "^4.0.8",
78
- "@inquirer/password": "^5.0.8",
79
- "@inquirer/rawlist": "^5.2.4",
80
- "@inquirer/search": "^4.1.4",
81
- "@inquirer/select": "^5.1.0"
72
+ "@inquirer/checkbox": "^5.1.1",
73
+ "@inquirer/confirm": "^6.0.9",
74
+ "@inquirer/editor": "^5.0.9",
75
+ "@inquirer/expand": "^5.0.9",
76
+ "@inquirer/input": "^5.0.9",
77
+ "@inquirer/number": "^4.0.9",
78
+ "@inquirer/password": "^5.0.9",
79
+ "@inquirer/rawlist": "^5.2.5",
80
+ "@inquirer/search": "^4.1.5",
81
+ "@inquirer/select": "^5.1.1"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@inquirer/type": "^4.0.3",
@@ -97,5 +97,5 @@
97
97
  },
98
98
  "main": "./dist/index.js",
99
99
  "types": "./dist/index.d.ts",
100
- "gitHead": "526eca2e64853510821ffd457561840ec0cbfb93"
100
+ "gitHead": "1ce03199b82b4a5fb6f7c97ce374c6da5087444f"
101
101
  }
package/dist/index.d.ts DELETED
@@ -1,10 +0,0 @@
1
- export { default as checkbox, Separator } from '@inquirer/checkbox';
2
- export { default as editor } from '@inquirer/editor';
3
- export { default as confirm } from '@inquirer/confirm';
4
- export { default as input } from '@inquirer/input';
5
- export { default as number } from '@inquirer/number';
6
- export { default as expand } from '@inquirer/expand';
7
- export { default as rawlist } from '@inquirer/rawlist';
8
- export { default as password } from '@inquirer/password';
9
- export { default as search } from '@inquirer/search';
10
- export { default as select } from '@inquirer/select';
package/dist/index.js DELETED
@@ -1,10 +0,0 @@
1
- export { default as checkbox, Separator } from '@inquirer/checkbox';
2
- export { default as editor } from '@inquirer/editor';
3
- export { default as confirm } from '@inquirer/confirm';
4
- export { default as input } from '@inquirer/input';
5
- export { default as number } from '@inquirer/number';
6
- export { default as expand } from '@inquirer/expand';
7
- export { default as rawlist } from '@inquirer/rawlist';
8
- export { default as password } from '@inquirer/password';
9
- export { default as search } from '@inquirer/search';
10
- export { default as select } from '@inquirer/select';