Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @inquirer/checkbox@2.4.2
 - @inquirer/confirm@3.1.17
 - @inquirer/core@9.0.5
 - @inquirer/demo@0.8.0
 - @inquirer/editor@2.1.17
 - @inquirer/expand@2.1.17
 - @inquirer/figures@1.0.5
 - @inquirer/input@2.2.4
 - inquirer@10.1.0
 - @inquirer/number@1.0.5
 - @inquirer/password@2.1.17
 - @inquirer/prompts@5.3.0
 - @inquirer/rawlist@2.1.17
 - @inquirer/search@1.0.0
 - @inquirer/select@2.4.2
 - @inquirer/testing@2.1.28
 - @inquirer/type@1.5.1
  • Loading branch information
SBoudrias committed Jul 21, 2024
1 parent f811926 commit 92eb67e
Show file tree
Hide file tree
Showing 18 changed files with 136 additions and 136 deletions.
10 changes: 5 additions & 5 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/checkbox",
"version": "2.4.1",
"version": "2.4.2",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -57,14 +57,14 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/checkbox/README.md",
"dependencies": {
"@inquirer/core": "^9.0.4",
"@inquirer/figures": "^1.0.4",
"@inquirer/type": "^1.5.0",
"@inquirer/core": "^9.0.5",
"@inquirer/figures": "^1.0.5",
"@inquirer/type": "^1.5.1",
"ansi-escapes": "^4.3.2",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.27"
"@inquirer/testing": "^2.1.28"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
8 changes: 4 additions & 4 deletions packages/confirm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/confirm",
"version": "3.1.16",
"version": "3.1.17",
"description": "Inquirer confirm prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -54,11 +54,11 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/confirm/README.md",
"dependencies": {
"@inquirer/core": "^9.0.4",
"@inquirer/type": "^1.5.0"
"@inquirer/core": "^9.0.5",
"@inquirer/type": "^1.5.1"
},
"devDependencies": {
"@inquirer/testing": "^2.1.27"
"@inquirer/testing": "^2.1.28"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/core",
"version": "9.0.4",
"version": "9.0.5",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -57,8 +57,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/core/README.md",
"dependencies": {
"@inquirer/figures": "^1.0.4",
"@inquirer/type": "^1.5.0",
"@inquirer/figures": "^1.0.5",
"@inquirer/type": "^1.5.1",
"@types/mute-stream": "^0.0.4",
"@types/node": "^20.14.11",
"@types/wrap-ansi": "^3.0.0",
Expand All @@ -72,7 +72,7 @@
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.27"
"@inquirer/testing": "^2.1.28"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/demo",
"version": "0.7.5",
"version": "0.8.0",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -61,8 +61,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js",
"dependencies": {
"@inquirer/core": "^9.0.4",
"@inquirer/prompts": "^5.2.1",
"@inquirer/core": "^9.0.5",
"@inquirer/prompts": "^5.3.0",
"yoctocolors-cjs": "^2.1.2"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/editor",
"version": "2.1.16",
"version": "2.1.17",
"description": "Inquirer multiline editor prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -54,12 +54,12 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/editor/README.md",
"dependencies": {
"@inquirer/core": "^9.0.4",
"@inquirer/type": "^1.5.0",
"@inquirer/core": "^9.0.5",
"@inquirer/type": "^1.5.1",
"external-editor": "^3.1.0"
},
"devDependencies": {
"@inquirer/testing": "^2.1.27"
"@inquirer/testing": "^2.1.28"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
8 changes: 4 additions & 4 deletions packages/expand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/expand",
"version": "2.1.16",
"version": "2.1.17",
"description": "Inquirer checkbox prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -54,12 +54,12 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/expand/README.md",
"dependencies": {
"@inquirer/core": "^9.0.4",
"@inquirer/type": "^1.5.0",
"@inquirer/core": "^9.0.5",
"@inquirer/type": "^1.5.1",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.27"
"@inquirer/testing": "^2.1.28"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/figures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/figures",
"version": "1.0.4",
"version": "1.0.5",
"description": "Vendored version of figures, for CJS compatibility",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/input",
"version": "2.2.3",
"version": "2.2.4",
"description": "Inquirer input text prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -54,11 +54,11 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/input/README.md",
"dependencies": {
"@inquirer/core": "^9.0.4",
"@inquirer/type": "^1.5.0"
"@inquirer/core": "^9.0.5",
"@inquirer/type": "^1.5.1"
},
"devDependencies": {
"@inquirer/testing": "^2.1.27"
"@inquirer/testing": "^2.1.28"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/inquirer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inquirer",
"version": "10.0.4",
"version": "10.1.0",
"description": "A collection of common interactive command line user interfaces.",
"author": "Simon Boudrias <admin@simonboudrias.com>",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -55,8 +55,8 @@
},
"license": "MIT",
"dependencies": {
"@inquirer/prompts": "^5.2.1",
"@inquirer/type": "^1.5.0",
"@inquirer/prompts": "^5.3.0",
"@inquirer/type": "^1.5.1",
"@types/mute-stream": "^0.0.4",
"ansi-escapes": "^4.3.2",
"mute-stream": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/number/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/number",
"version": "1.0.4",
"version": "1.0.5",
"description": "Inquirer number prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -54,11 +54,11 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/number/README.md",
"dependencies": {
"@inquirer/core": "^9.0.4",
"@inquirer/type": "^1.5.0"
"@inquirer/core": "^9.0.5",
"@inquirer/type": "^1.5.1"
},
"devDependencies": {
"@inquirer/testing": "^2.1.27"
"@inquirer/testing": "^2.1.28"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
8 changes: 4 additions & 4 deletions packages/password/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/password",
"version": "2.1.16",
"version": "2.1.17",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -57,12 +57,12 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/password/README.md",
"dependencies": {
"@inquirer/core": "^9.0.4",
"@inquirer/type": "^1.5.0",
"@inquirer/core": "^9.0.5",
"@inquirer/type": "^1.5.1",
"ansi-escapes": "^4.3.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.27"
"@inquirer/testing": "^2.1.28"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
24 changes: 12 additions & 12 deletions packages/prompts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/prompts",
"version": "5.2.1",
"version": "5.3.0",
"description": "Inquirer prompts, combined in a single package",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -76,19 +76,19 @@
}
},
"dependencies": {
"@inquirer/checkbox": "^2.4.1",
"@inquirer/confirm": "^3.1.16",
"@inquirer/editor": "^2.1.16",
"@inquirer/expand": "^2.1.16",
"@inquirer/input": "^2.2.3",
"@inquirer/number": "^1.0.4",
"@inquirer/password": "^2.1.16",
"@inquirer/rawlist": "^2.1.16",
"@inquirer/search": "^0.0.0",
"@inquirer/select": "^2.4.1"
"@inquirer/checkbox": "^2.4.2",
"@inquirer/confirm": "^3.1.17",
"@inquirer/editor": "^2.1.17",
"@inquirer/expand": "^2.1.17",
"@inquirer/input": "^2.2.4",
"@inquirer/number": "^1.0.5",
"@inquirer/password": "^2.1.17",
"@inquirer/rawlist": "^2.1.17",
"@inquirer/search": "^1.0.0",
"@inquirer/select": "^2.4.2"
},
"devDependencies": {
"@inquirer/type": "^1.5.0"
"@inquirer/type": "^1.5.1"
},
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/prompts/README.md",
"sideEffects": false
Expand Down
8 changes: 4 additions & 4 deletions packages/rawlist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/rawlist",
"version": "2.1.16",
"version": "2.1.17",
"description": "Inquirer rawlist prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -54,12 +54,12 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/rawlist/README.md",
"dependencies": {
"@inquirer/core": "^9.0.4",
"@inquirer/type": "^1.5.0",
"@inquirer/core": "^9.0.5",
"@inquirer/type": "^1.5.1",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.27"
"@inquirer/testing": "^2.1.28"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
10 changes: 5 additions & 5 deletions packages/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/search",
"version": "0.0.0",
"version": "1.0.0",
"description": "Inquirer search prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -54,13 +54,13 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/search/README.md",
"dependencies": {
"@inquirer/core": "^9.0.4",
"@inquirer/figures": "^1.0.4",
"@inquirer/type": "^1.5.0",
"@inquirer/core": "^9.0.5",
"@inquirer/figures": "^1.0.5",
"@inquirer/type": "^1.5.1",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.27"
"@inquirer/testing": "^2.1.28"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
10 changes: 5 additions & 5 deletions packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/select",
"version": "2.4.1",
"version": "2.4.2",
"description": "Inquirer select/list prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -54,14 +54,14 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/select/README.md",
"dependencies": {
"@inquirer/core": "^9.0.4",
"@inquirer/figures": "^1.0.4",
"@inquirer/type": "^1.5.0",
"@inquirer/core": "^9.0.5",
"@inquirer/figures": "^1.0.5",
"@inquirer/type": "^1.5.1",
"ansi-escapes": "^4.3.2",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.27"
"@inquirer/testing": "^2.1.28"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/testing",
"version": "2.1.27",
"version": "2.1.28",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -60,7 +60,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/testing/README.md",
"dependencies": {
"@inquirer/type": "^1.5.0",
"@inquirer/type": "^1.5.1",
"@types/mute-stream": "^0.0.4",
"@types/node": "^20.14.11",
"ansi-escapes": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/type",
"version": "1.5.0",
"version": "1.5.1",
"description": "Inquirer core TS types",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down
Loading

0 comments on commit 92eb67e

Please sign in to comment.