Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @inquirer/checkbox@3.0.1
 - @inquirer/confirm@4.0.1
 - @inquirer/core@9.2.1
 - @inquirer/demo@0.9.3
 - @inquirer/editor@3.0.1
 - @inquirer/expand@3.0.1
 - @inquirer/figures@1.0.6
 - @inquirer/input@3.0.1
 - inquirer@11.0.1
 - @inquirer/number@2.0.1
 - @inquirer/password@3.0.1
 - @inquirer/prompts@6.0.1
 - @inquirer/rawlist@3.0.1
 - @inquirer/search@2.0.1
 - @inquirer/select@3.0.1
 - @inquirer/testing@2.1.34
 - @inquirer/type@2.0.0
  • Loading branch information
SBoudrias committed Sep 16, 2024
1 parent 9937ea0 commit 9e29035
Show file tree
Hide file tree
Showing 18 changed files with 140 additions and 140 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": "3.0.0",
"version": "3.0.1",
"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.2.0",
"@inquirer/figures": "1.0.5",
"@inquirer/type": "1.5.4",
"@inquirer/core": "^9.2.1",
"@inquirer/figures": "^1.0.6",
"@inquirer/type": "^2.0.0",
"ansi-escapes": "^4.3.2",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "2.1.33"
"@inquirer/testing": "^2.1.34"
},
"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": "4.0.0",
"version": "4.0.1",
"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.2.0",
"@inquirer/type": "1.5.4"
"@inquirer/core": "^9.2.1",
"@inquirer/type": "^2.0.0"
},
"devDependencies": {
"@inquirer/testing": "2.1.33"
"@inquirer/testing": "^2.1.34"
},
"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.2.0",
"version": "9.2.1",
"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.5",
"@inquirer/type": "1.5.4",
"@inquirer/figures": "^1.0.6",
"@inquirer/type": "^2.0.0",
"@types/mute-stream": "^0.0.4",
"@types/node": "^22.5.5",
"@types/wrap-ansi": "^3.0.0",
Expand All @@ -71,7 +71,7 @@
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "2.1.33"
"@inquirer/testing": "^2.1.34"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
8 changes: 4 additions & 4 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/demo",
"version": "0.9.2",
"version": "0.9.3",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -61,9 +61,9 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js",
"dependencies": {
"@inquirer/core": "9.2.0",
"@inquirer/figures": "1.0.5",
"@inquirer/prompts": "6.0.0",
"@inquirer/core": "^9.2.1",
"@inquirer/figures": "^1.0.6",
"@inquirer/prompts": "^6.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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.2.0",
"@inquirer/type": "1.5.4",
"@inquirer/core": "^9.2.1",
"@inquirer/type": "^2.0.0",
"external-editor": "^3.1.0"
},
"devDependencies": {
"@inquirer/testing": "2.1.33"
"@inquirer/testing": "^2.1.34"
},
"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": "3.0.0",
"version": "3.0.1",
"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.2.0",
"@inquirer/type": "1.5.4",
"@inquirer/core": "^9.2.1",
"@inquirer/type": "^2.0.0",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "2.1.33"
"@inquirer/testing": "^2.1.34"
},
"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.5",
"version": "1.0.6",
"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": "3.0.0",
"version": "3.0.1",
"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.2.0",
"@inquirer/type": "1.5.4"
"@inquirer/core": "^9.2.1",
"@inquirer/type": "^2.0.0"
},
"devDependencies": {
"@inquirer/testing": "2.1.33"
"@inquirer/testing": "^2.1.34"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
8 changes: 4 additions & 4 deletions packages/inquirer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inquirer",
"version": "11.0.0",
"version": "11.0.1",
"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,9 +55,9 @@
},
"license": "MIT",
"dependencies": {
"@inquirer/core": "9.2.0",
"@inquirer/prompts": "6.0.0",
"@inquirer/type": "1.5.4",
"@inquirer/core": "^9.2.1",
"@inquirer/prompts": "^6.0.1",
"@inquirer/type": "^2.0.0",
"@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": "2.0.0",
"version": "2.0.1",
"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.2.0",
"@inquirer/type": "1.5.4"
"@inquirer/core": "^9.2.1",
"@inquirer/type": "^2.0.0"
},
"devDependencies": {
"@inquirer/testing": "2.1.33"
"@inquirer/testing": "^2.1.34"
},
"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": "3.0.0",
"version": "3.0.1",
"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.2.0",
"@inquirer/type": "1.5.4",
"@inquirer/core": "^9.2.1",
"@inquirer/type": "^2.0.0",
"ansi-escapes": "^4.3.2"
},
"devDependencies": {
"@inquirer/testing": "2.1.33"
"@inquirer/testing": "^2.1.34"
},
"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": "6.0.0",
"version": "6.0.1",
"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": "3.0.0",
"@inquirer/confirm": "4.0.0",
"@inquirer/editor": "3.0.0",
"@inquirer/expand": "3.0.0",
"@inquirer/input": "3.0.0",
"@inquirer/number": "2.0.0",
"@inquirer/password": "3.0.0",
"@inquirer/rawlist": "3.0.0",
"@inquirer/search": "2.0.0",
"@inquirer/select": "3.0.0"
"@inquirer/checkbox": "^3.0.1",
"@inquirer/confirm": "^4.0.1",
"@inquirer/editor": "^3.0.1",
"@inquirer/expand": "^3.0.1",
"@inquirer/input": "^3.0.1",
"@inquirer/number": "^2.0.1",
"@inquirer/password": "^3.0.1",
"@inquirer/rawlist": "^3.0.1",
"@inquirer/search": "^2.0.1",
"@inquirer/select": "^3.0.1"
},
"devDependencies": {
"@inquirer/type": "1.5.4"
"@inquirer/type": "^2.0.0"
},
"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": "3.0.0",
"version": "3.0.1",
"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.2.0",
"@inquirer/type": "1.5.4",
"@inquirer/core": "^9.2.1",
"@inquirer/type": "^2.0.0",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "2.1.33"
"@inquirer/testing": "^2.1.34"
},
"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": "2.0.0",
"version": "2.0.1",
"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.2.0",
"@inquirer/figures": "1.0.5",
"@inquirer/type": "1.5.4",
"@inquirer/core": "^9.2.1",
"@inquirer/figures": "^1.0.6",
"@inquirer/type": "^2.0.0",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "2.1.33"
"@inquirer/testing": "^2.1.34"
},
"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": "3.0.0",
"version": "3.0.1",
"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.2.0",
"@inquirer/figures": "1.0.5",
"@inquirer/type": "1.5.4",
"@inquirer/core": "^9.2.1",
"@inquirer/figures": "^1.0.6",
"@inquirer/type": "^2.0.0",
"ansi-escapes": "^4.3.2",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
"@inquirer/testing": "2.1.33"
"@inquirer/testing": "^2.1.34"
},
"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.33",
"version": "2.1.34",
"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.4",
"@inquirer/type": "^2.0.0",
"@types/mute-stream": "^0.0.4",
"@types/node": "^22.5.5",
"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.4",
"version": "2.0.0",
"description": "Inquirer core TS types",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down
Loading

0 comments on commit 9e29035

Please sign in to comment.