Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @inquirer/checkbox@2.3.9
 - @inquirer/confirm@3.1.13
 - @inquirer/core@9.0.1
 - @inquirer/demo@0.7.1
 - @inquirer/editor@2.1.13
 - @inquirer/expand@2.1.13
 - @inquirer/input@2.2.0
 - inquirer@9.3.3
 - @inquirer/number@1.0.1
 - @inquirer/password@2.1.13
 - @inquirer/prompts@5.1.1
 - @inquirer/rawlist@2.1.13
 - @inquirer/select@2.3.9
 - @inquirer/testing@2.1.25
  • Loading branch information
SBoudrias committed Jul 3, 2024
1 parent fb32a00 commit 2285f2c
Show file tree
Hide file tree
Showing 15 changed files with 86 additions and 86 deletions.
6 changes: 3 additions & 3 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/checkbox",
"version": "2.3.8",
"version": "2.3.9",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -57,14 +57,14 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/checkbox/README.md",
"dependencies": {
"@inquirer/core": "^9.0.0",
"@inquirer/core": "^9.0.1",
"@inquirer/figures": "^1.0.3",
"@inquirer/type": "^1.4.0",
"ansi-escapes": "^4.3.2",
"yoctocolors-cjs": "^2.1.1"
},
"devDependencies": {
"@inquirer/testing": "^2.1.24"
"@inquirer/testing": "^2.1.25"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "3.1.13",
"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/master/packages/confirm/README.md",
"dependencies": {
"@inquirer/core": "^9.0.0",
"@inquirer/core": "^9.0.1",
"@inquirer/type": "^1.4.0"
},
"devDependencies": {
"@inquirer/testing": "^2.1.24"
"@inquirer/testing": "^2.1.25"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "9.0.1",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -72,7 +72,7 @@
"yoctocolors-cjs": "^2.1.1"
},
"devDependencies": {
"@inquirer/testing": "^2.1.24"
"@inquirer/testing": "^2.1.25"
},
"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.0",
"version": "0.7.1",
"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.0",
"@inquirer/prompts": "^5.1.0",
"@inquirer/core": "^9.0.1",
"@inquirer/prompts": "^5.1.1",
"yoctocolors-cjs": "^2.1.1"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "2.1.13",
"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/master/packages/editor/README.md",
"dependencies": {
"@inquirer/core": "^9.0.0",
"@inquirer/core": "^9.0.1",
"@inquirer/type": "^1.4.0",
"external-editor": "^3.1.0"
},
"devDependencies": {
"@inquirer/testing": "^2.1.24"
"@inquirer/testing": "^2.1.25"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "2.1.13",
"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/master/packages/expand/README.md",
"dependencies": {
"@inquirer/core": "^9.0.0",
"@inquirer/core": "^9.0.1",
"@inquirer/type": "^1.4.0",
"yoctocolors-cjs": "^2.1.1"
},
"devDependencies": {
"@inquirer/testing": "^2.1.24"
"@inquirer/testing": "^2.1.25"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/input",
"version": "2.1.12",
"version": "2.2.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/master/packages/input/README.md",
"dependencies": {
"@inquirer/core": "^9.0.0",
"@inquirer/core": "^9.0.1",
"@inquirer/type": "^1.4.0"
},
"devDependencies": {
"@inquirer/testing": "^2.1.24"
"@inquirer/testing": "^2.1.25"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/inquirer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "inquirer",
"type": "module",
"version": "9.3.2",
"version": "9.3.3",
"description": "A collection of common interactive command line user interfaces.",
"author": "Simon Boudrias <admin@simonboudrias.com>",
"files": [
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "1.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/master/packages/number/README.md",
"dependencies": {
"@inquirer/core": "^9.0.0",
"@inquirer/core": "^9.0.1",
"@inquirer/type": "^1.4.0"
},
"devDependencies": {
"@inquirer/testing": "^2.1.24"
"@inquirer/testing": "^2.1.25"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "2.1.13",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -57,12 +57,12 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/password/README.md",
"dependencies": {
"@inquirer/core": "^9.0.0",
"@inquirer/core": "^9.0.1",
"@inquirer/type": "^1.4.0",
"ansi-escapes": "^4.3.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.24"
"@inquirer/testing": "^2.1.25"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
20 changes: 10 additions & 10 deletions packages/prompts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/prompts",
"version": "5.1.0",
"version": "5.1.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 @@ -77,15 +77,15 @@
}
},
"dependencies": {
"@inquirer/checkbox": "^2.3.8",
"@inquirer/confirm": "^3.1.12",
"@inquirer/editor": "^2.1.12",
"@inquirer/expand": "^2.1.12",
"@inquirer/input": "^2.1.12",
"@inquirer/number": "^1.0.0",
"@inquirer/password": "^2.1.12",
"@inquirer/rawlist": "^2.1.12",
"@inquirer/select": "^2.3.8"
"@inquirer/checkbox": "^2.3.9",
"@inquirer/confirm": "^3.1.13",
"@inquirer/editor": "^2.1.13",
"@inquirer/expand": "^2.1.13",
"@inquirer/input": "^2.2.0",
"@inquirer/number": "^1.0.1",
"@inquirer/password": "^2.1.13",
"@inquirer/rawlist": "^2.1.13",
"@inquirer/select": "^2.3.9"
},
"devDependencies": {
"@inquirer/type": "^1.4.0"
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "2.1.13",
"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/master/packages/rawlist/README.md",
"dependencies": {
"@inquirer/core": "^9.0.0",
"@inquirer/core": "^9.0.1",
"@inquirer/type": "^1.4.0",
"yoctocolors-cjs": "^2.1.1"
},
"devDependencies": {
"@inquirer/testing": "^2.1.24"
"@inquirer/testing": "^2.1.25"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/select",
"version": "2.3.8",
"version": "2.3.9",
"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/master/packages/select/README.md",
"dependencies": {
"@inquirer/core": "^9.0.0",
"@inquirer/core": "^9.0.1",
"@inquirer/figures": "^1.0.3",
"@inquirer/type": "^1.4.0",
"ansi-escapes": "^4.3.2",
"yoctocolors-cjs": "^2.1.1"
},
"devDependencies": {
"@inquirer/testing": "^2.1.24"
"@inquirer/testing": "^2.1.25"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/testing",
"version": "2.1.24",
"version": "2.1.25",
"engines": {
"node": ">=18"
},
Expand Down
Loading

0 comments on commit 2285f2c

Please sign in to comment.