Skip to content

Commit

Permalink
BREAKING: Stop exporting core APIs from @inquirer/prompts (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Apr 12, 2024
1 parent 0d17b90 commit fedcd16
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/prompts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"dependencies": {
"@inquirer/checkbox": "^2.2.3",
"@inquirer/confirm": "^3.1.3",
"@inquirer/core": "^7.1.3",
"@inquirer/editor": "^2.1.3",
"@inquirer/expand": "^2.1.3",
"@inquirer/input": "^2.1.3",
Expand Down
1 change: 0 additions & 1 deletion packages/prompts/src/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ import password from '@inquirer/password';
import rawlist from '@inquirer/rawlist';
import select from '@inquirer/select';

export * from '@inquirer/core';
export { checkbox, confirm, editor, expand, input, password, rawlist, select };
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ __metadata:
dependencies:
"@inquirer/checkbox": "npm:^2.2.3"
"@inquirer/confirm": "npm:^3.1.3"
"@inquirer/core": "npm:^7.1.3"
"@inquirer/editor": "npm:^2.1.3"
"@inquirer/expand": "npm:^2.1.3"
"@inquirer/input": "npm:^2.1.3"
Expand Down

0 comments on commit fedcd16

Please sign in to comment.