Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @inquirer/checkbox@2.2.3
 - @inquirer/confirm@3.1.3
 - @inquirer/core@7.1.3
 - @inquirer/demo@0.4.3
 - @inquirer/editor@2.1.3
 - @inquirer/expand@2.1.3
 - @inquirer/figures@1.0.0
 - @inquirer/input@2.1.3
 - inquirer@9.2.18
 - @inquirer/password@2.1.3
 - @inquirer/prompts@4.3.3
 - @inquirer/rawlist@2.1.3
 - @inquirer/select@2.2.3
 - @inquirer/testing@2.1.16
 - @inquirer/type@1.2.2
  • Loading branch information
SBoudrias committed Apr 12, 2024
1 parent 7596270 commit 6bfbdfc
Show file tree
Hide file tree
Showing 16 changed files with 110 additions and 110 deletions.
10 changes: 5 additions & 5 deletions packages/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/checkbox",
"version": "2.2.2",
"version": "2.2.3",
"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": "^7.1.2",
"@inquirer/figures": "^0.0.0",
"@inquirer/type": "^1.2.1",
"@inquirer/core": "^7.1.3",
"@inquirer/figures": "^1.0.0",
"@inquirer/type": "^1.2.2",
"ansi-escapes": "^4.3.2",
"chalk": "^4.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.15"
"@inquirer/testing": "^2.1.16"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
8 changes: 4 additions & 4 deletions packages/confirm/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/confirm",
"version": "3.1.2",
"version": "3.1.3",
"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": "^7.1.2",
"@inquirer/type": "^1.2.1"
"@inquirer/core": "^7.1.3",
"@inquirer/type": "^1.2.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.15"
"@inquirer/testing": "^2.1.16"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/core",
"version": "7.1.2",
"version": "7.1.3",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -57,8 +57,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/core/README.md",
"dependencies": {
"@inquirer/figures": "^0.0.0",
"@inquirer/type": "^1.2.1",
"@inquirer/figures": "^1.0.0",
"@inquirer/type": "^1.2.2",
"@types/mute-stream": "^0.0.4",
"@types/node": "^20.12.4",
"@types/wrap-ansi": "^3.0.0",
Expand All @@ -72,7 +72,7 @@
"wrap-ansi": "^6.2.0"
},
"devDependencies": {
"@inquirer/testing": "^2.1.15"
"@inquirer/testing": "^2.1.16"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/demo",
"version": "0.4.2",
"version": "0.4.3",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -61,7 +61,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js",
"dependencies": {
"@inquirer/prompts": "^4.3.2",
"@inquirer/prompts": "^4.3.3",
"chalk": "^4.1.2"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/editor",
"version": "2.1.2",
"version": "2.1.3",
"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": "^7.1.2",
"@inquirer/type": "^1.2.1",
"@inquirer/core": "^7.1.3",
"@inquirer/type": "^1.2.2",
"external-editor": "^3.1.0"
},
"devDependencies": {
"@inquirer/testing": "^2.1.15"
"@inquirer/testing": "^2.1.16"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
8 changes: 4 additions & 4 deletions packages/expand/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/expand",
"version": "2.1.2",
"version": "2.1.3",
"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": "^7.1.2",
"@inquirer/type": "^1.2.1",
"@inquirer/core": "^7.1.3",
"@inquirer/type": "^1.2.2",
"chalk": "^4.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.15"
"@inquirer/testing": "^2.1.16"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/figures/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/figures",
"version": "0.0.0",
"version": "1.0.0",
"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
@@ -1,6 +1,6 @@
{
"name": "@inquirer/input",
"version": "2.1.2",
"version": "2.1.3",
"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": "^7.1.2",
"@inquirer/type": "^1.2.1"
"@inquirer/core": "^7.1.3",
"@inquirer/type": "^1.2.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.15"
"@inquirer/testing": "^2.1.16"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/inquirer/package.json
@@ -1,7 +1,7 @@
{
"name": "inquirer",
"type": "module",
"version": "9.2.17",
"version": "9.2.18",
"description": "A collection of common interactive command line user interfaces.",
"author": "Simon Boudrias <admin@simonboudrias.com>",
"files": [
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"license": "MIT",
"dependencies": {
"@inquirer/figures": "^0.0.0",
"@inquirer/figures": "^1.0.0",
"@ljharb/through": "^2.3.13",
"ansi-escapes": "^4.3.2",
"chalk": "^5.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/password/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/password",
"version": "2.1.2",
"version": "2.1.3",
"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": "^7.1.2",
"@inquirer/type": "^1.2.1",
"@inquirer/core": "^7.1.3",
"@inquirer/type": "^1.2.2",
"ansi-escapes": "^4.3.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.15"
"@inquirer/testing": "^2.1.16"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
20 changes: 10 additions & 10 deletions packages/prompts/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/prompts",
"version": "4.3.2",
"version": "4.3.3",
"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,15 +76,15 @@
}
},
"dependencies": {
"@inquirer/checkbox": "^2.2.2",
"@inquirer/confirm": "^3.1.2",
"@inquirer/core": "^7.1.2",
"@inquirer/editor": "^2.1.2",
"@inquirer/expand": "^2.1.2",
"@inquirer/input": "^2.1.2",
"@inquirer/password": "^2.1.2",
"@inquirer/rawlist": "^2.1.2",
"@inquirer/select": "^2.2.2"
"@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",
"@inquirer/password": "^2.1.3",
"@inquirer/rawlist": "^2.1.3",
"@inquirer/select": "^2.2.3"
},
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/prompts/README.md"
}
8 changes: 4 additions & 4 deletions packages/rawlist/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/rawlist",
"version": "2.1.2",
"version": "2.1.3",
"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": "^7.1.2",
"@inquirer/type": "^1.2.1",
"@inquirer/core": "^7.1.3",
"@inquirer/type": "^1.2.2",
"chalk": "^4.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.15"
"@inquirer/testing": "^2.1.16"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
10 changes: 5 additions & 5 deletions packages/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/select",
"version": "2.2.2",
"version": "2.2.3",
"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": "^7.1.2",
"@inquirer/figures": "^0.0.0",
"@inquirer/type": "^1.2.1",
"@inquirer/core": "^7.1.3",
"@inquirer/figures": "^1.0.0",
"@inquirer/type": "^1.2.2",
"ansi-escapes": "^4.3.2",
"chalk": "^4.1.2"
},
"devDependencies": {
"@inquirer/testing": "^2.1.15"
"@inquirer/testing": "^2.1.16"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/testing",
"version": "2.1.15",
"version": "2.1.16",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -60,7 +60,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/testing/README.md",
"dependencies": {
"@inquirer/type": "^1.2.1",
"@inquirer/type": "^1.2.2",
"@types/mute-stream": "^0.0.4",
"@types/node": "^20.12.4",
"ansi-escapes": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/type/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/type",
"version": "1.2.1",
"version": "1.2.2",
"description": "Inquirer core TS types",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down

0 comments on commit 6bfbdfc

Please sign in to comment.