Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @inquirer/checkbox@2.5.0
 - @inquirer/confirm@3.2.0
 - @inquirer/core@9.1.0
 - @inquirer/demo@0.9.0
 - @inquirer/editor@2.2.0
 - @inquirer/expand@2.2.0
 - @inquirer/input@2.3.0
 - inquirer@10.2.0
 - @inquirer/number@1.1.0
 - @inquirer/password@2.2.0
 - @inquirer/prompts@5.4.0
 - @inquirer/rawlist@2.3.0
 - @inquirer/search@1.1.0
 - @inquirer/select@2.5.0
 - @inquirer/testing@2.1.32
 - @inquirer/type@1.5.3
  • Loading branch information
SBoudrias committed Sep 2, 2024
1 parent 00caff1 commit 0c03959
Show file tree
Hide file tree
Showing 17 changed files with 126 additions and 126 deletions.
8 changes: 4 additions & 4 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.7",
"version": "2.5.0",
"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.10",
"@inquirer/core": "^9.1.0",
"@inquirer/figures": "^1.0.5",
"@inquirer/type": "^1.5.2",
"@inquirer/type": "^1.5.3",
"ansi-escapes": "^4.3.2",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.31"
"@inquirer/testing": "^2.1.32"
},
"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.22",
"version": "3.2.0",
"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.10",
"@inquirer/type": "^1.5.2"
"@inquirer/core": "^9.1.0",
"@inquirer/type": "^1.5.3"
},
"devDependencies": {
"@inquirer/testing": "^2.1.31"
"@inquirer/testing": "^2.1.32"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 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.10",
"version": "9.1.0",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -58,7 +58,7 @@
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/core/README.md",
"dependencies": {
"@inquirer/figures": "^1.0.5",
"@inquirer/type": "^1.5.2",
"@inquirer/type": "^1.5.3",
"@types/mute-stream": "^0.0.4",
"@types/node": "^22.5.2",
"@types/wrap-ansi": "^3.0.0",
Expand All @@ -72,7 +72,7 @@
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.31"
"@inquirer/testing": "^2.1.32"
},
"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.8.8",
"version": "0.9.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.10",
"@inquirer/prompts": "^5.3.8",
"@inquirer/core": "^9.1.0",
"@inquirer/prompts": "^5.4.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.22",
"version": "2.2.0",
"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.10",
"@inquirer/type": "^1.5.2",
"@inquirer/core": "^9.1.0",
"@inquirer/type": "^1.5.3",
"external-editor": "^3.1.0"
},
"devDependencies": {
"@inquirer/testing": "^2.1.31"
"@inquirer/testing": "^2.1.32"
},
"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.22",
"version": "2.2.0",
"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.10",
"@inquirer/type": "^1.5.2",
"@inquirer/core": "^9.1.0",
"@inquirer/type": "^1.5.3",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.31"
"@inquirer/testing": "^2.1.32"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
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.9",
"version": "2.3.0",
"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.10",
"@inquirer/type": "^1.5.2"
"@inquirer/core": "^9.1.0",
"@inquirer/type": "^1.5.3"
},
"devDependencies": {
"@inquirer/testing": "^2.1.31"
"@inquirer/testing": "^2.1.32"
},
"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.1.8",
"version": "10.2.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.3.8",
"@inquirer/type": "^1.5.2",
"@inquirer/prompts": "^5.4.0",
"@inquirer/type": "^1.5.3",
"@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.10",
"version": "1.1.0",
"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.10",
"@inquirer/type": "^1.5.2"
"@inquirer/core": "^9.1.0",
"@inquirer/type": "^1.5.3"
},
"devDependencies": {
"@inquirer/testing": "^2.1.31"
"@inquirer/testing": "^2.1.32"
},
"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.22",
"version": "2.2.0",
"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.10",
"@inquirer/type": "^1.5.2",
"@inquirer/core": "^9.1.0",
"@inquirer/type": "^1.5.3",
"ansi-escapes": "^4.3.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.31"
"@inquirer/testing": "^2.1.32"
},
"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.3.8",
"version": "5.4.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.7",
"@inquirer/confirm": "^3.1.22",
"@inquirer/editor": "^2.1.22",
"@inquirer/expand": "^2.1.22",
"@inquirer/input": "^2.2.9",
"@inquirer/number": "^1.0.10",
"@inquirer/password": "^2.1.22",
"@inquirer/rawlist": "^2.2.4",
"@inquirer/search": "^1.0.7",
"@inquirer/select": "^2.4.7"
"@inquirer/checkbox": "^2.5.0",
"@inquirer/confirm": "^3.2.0",
"@inquirer/editor": "^2.2.0",
"@inquirer/expand": "^2.2.0",
"@inquirer/input": "^2.3.0",
"@inquirer/number": "^1.1.0",
"@inquirer/password": "^2.2.0",
"@inquirer/rawlist": "^2.3.0",
"@inquirer/search": "^1.1.0",
"@inquirer/select": "^2.5.0"
},
"devDependencies": {
"@inquirer/type": "^1.5.2"
"@inquirer/type": "^1.5.3"
},
"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.2.4",
"version": "2.3.0",
"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.10",
"@inquirer/type": "^1.5.2",
"@inquirer/core": "^9.1.0",
"@inquirer/type": "^1.5.3",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.31"
"@inquirer/testing": "^2.1.32"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
8 changes: 4 additions & 4 deletions packages/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/search",
"version": "1.0.7",
"version": "1.1.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.10",
"@inquirer/core": "^9.1.0",
"@inquirer/figures": "^1.0.5",
"@inquirer/type": "^1.5.2",
"@inquirer/type": "^1.5.3",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.31"
"@inquirer/testing": "^2.1.32"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
8 changes: 4 additions & 4 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.7",
"version": "2.5.0",
"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.10",
"@inquirer/core": "^9.1.0",
"@inquirer/figures": "^1.0.5",
"@inquirer/type": "^1.5.2",
"@inquirer/type": "^1.5.3",
"ansi-escapes": "^4.3.2",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.31"
"@inquirer/testing": "^2.1.32"
},
"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.31",
"version": "2.1.32",
"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.2",
"@inquirer/type": "^1.5.3",
"@types/mute-stream": "^0.0.4",
"@types/node": "^22.5.2",
"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.2",
"version": "1.5.3",
"description": "Inquirer core TS types",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down
Loading

0 comments on commit 0c03959

Please sign in to comment.