@inquirer/prompts 8.0.0 → 8.0.2

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.0.0",
3
+ "version": "8.0.2",
4
4
  "description": "Inquirer prompts, combined in a single package",
5
5
  "keywords": [
6
6
  "answer",
@@ -54,7 +54,10 @@
54
54
  "type": "module",
55
55
  "exports": {
56
56
  "./package.json": "./package.json",
57
- ".": "./src/index.ts"
57
+ ".": {
58
+ "types": "./dist/index.d.ts",
59
+ "default": "./dist/index.js"
60
+ }
58
61
  },
59
62
  "files": [
60
63
  "dist"
@@ -63,20 +66,19 @@
63
66
  "tsc": "tsc"
64
67
  },
65
68
  "dependencies": {
66
- "@inquirer/checkbox": "^5.0.0",
67
- "@inquirer/confirm": "^6.0.0",
68
- "@inquirer/editor": "^5.0.0",
69
- "@inquirer/expand": "^5.0.0",
70
- "@inquirer/input": "^5.0.0",
71
- "@inquirer/number": "^4.0.0",
72
- "@inquirer/password": "^5.0.0",
73
- "@inquirer/rawlist": "^5.0.0",
74
- "@inquirer/search": "^4.0.0",
75
- "@inquirer/select": "^5.0.0"
69
+ "@inquirer/checkbox": "^5.0.2",
70
+ "@inquirer/confirm": "^6.0.2",
71
+ "@inquirer/editor": "^5.0.2",
72
+ "@inquirer/expand": "^5.0.2",
73
+ "@inquirer/input": "^5.0.2",
74
+ "@inquirer/number": "^4.0.2",
75
+ "@inquirer/password": "^5.0.2",
76
+ "@inquirer/rawlist": "^5.0.2",
77
+ "@inquirer/search": "^4.0.2",
78
+ "@inquirer/select": "^5.0.2"
76
79
  },
77
80
  "devDependencies": {
78
- "@inquirer/type": "^4.0.0",
79
- "@repo/tsconfig": "0.0.0",
81
+ "@inquirer/type": "^4.0.2",
80
82
  "typescript": "^5.9.3"
81
83
  },
82
84
  "engines": {
@@ -91,14 +93,9 @@
91
93
  }
92
94
  },
93
95
  "publishConfig": {
94
- "access": "public",
95
- "exports": {
96
- "./package.json": "./package.json",
97
- ".": {
98
- "types": "./dist/index.d.ts",
99
- "default": "./dist/index.js"
100
- }
101
- }
96
+ "access": "public"
102
97
  },
103
- "gitHead": "676685d33374a30340c1b9f0831c7eae2b2357dd"
98
+ "main": "./dist/index.js",
99
+ "types": "./dist/index.d.ts",
100
+ "gitHead": "9c724296daad3d740b09173f9aae035dc62cb106"
104
101
  }
@@ -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';
@@ -1,27 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.select = exports.search = exports.password = exports.rawlist = exports.expand = exports.number = exports.input = exports.confirm = exports.editor = exports.Separator = exports.checkbox = void 0;
7
- var checkbox_1 = require("@inquirer/checkbox");
8
- Object.defineProperty(exports, "checkbox", { enumerable: true, get: function () { return __importDefault(checkbox_1).default; } });
9
- Object.defineProperty(exports, "Separator", { enumerable: true, get: function () { return checkbox_1.Separator; } });
10
- var editor_1 = require("@inquirer/editor");
11
- Object.defineProperty(exports, "editor", { enumerable: true, get: function () { return __importDefault(editor_1).default; } });
12
- var confirm_1 = require("@inquirer/confirm");
13
- Object.defineProperty(exports, "confirm", { enumerable: true, get: function () { return __importDefault(confirm_1).default; } });
14
- var input_1 = require("@inquirer/input");
15
- Object.defineProperty(exports, "input", { enumerable: true, get: function () { return __importDefault(input_1).default; } });
16
- var number_1 = require("@inquirer/number");
17
- Object.defineProperty(exports, "number", { enumerable: true, get: function () { return __importDefault(number_1).default; } });
18
- var expand_1 = require("@inquirer/expand");
19
- Object.defineProperty(exports, "expand", { enumerable: true, get: function () { return __importDefault(expand_1).default; } });
20
- var rawlist_1 = require("@inquirer/rawlist");
21
- Object.defineProperty(exports, "rawlist", { enumerable: true, get: function () { return __importDefault(rawlist_1).default; } });
22
- var password_1 = require("@inquirer/password");
23
- Object.defineProperty(exports, "password", { enumerable: true, get: function () { return __importDefault(password_1).default; } });
24
- var search_1 = require("@inquirer/search");
25
- Object.defineProperty(exports, "search", { enumerable: true, get: function () { return __importDefault(search_1).default; } });
26
- var select_1 = require("@inquirer/select");
27
- Object.defineProperty(exports, "select", { enumerable: true, get: function () { return __importDefault(select_1).default; } });
@@ -1,3 +0,0 @@
1
- {
2
- "type": "commonjs"
3
- }
@@ -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/esm/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';
@@ -1,3 +0,0 @@
1
- {
2
- "type": "module"
3
- }