Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @inquirer/checkbox@2.3.1
 - @inquirer/confirm@3.1.5
 - @inquirer/core@8.0.1
 - @inquirer/demo@0.5.1
 - @inquirer/editor@2.1.5
 - @inquirer/expand@2.1.5
 - @inquirer/figures@1.0.1
 - @inquirer/input@2.1.5
 - inquirer@9.2.19
 - @inquirer/password@2.1.5
 - @inquirer/prompts@5.0.1
 - @inquirer/rawlist@2.1.5
 - @inquirer/select@2.3.1
  • Loading branch information
SBoudrias committed Apr 16, 2024
1 parent b1b175c commit e986c9a
Show file tree
Hide file tree
Showing 14 changed files with 66 additions and 66 deletions.
6 changes: 3 additions & 3 deletions packages/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/checkbox",
"version": "2.3.0",
"version": "2.3.1",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -57,8 +57,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/checkbox/README.md",
"dependencies": {
"@inquirer/core": "^8.0.0",
"@inquirer/figures": "^1.0.0",
"@inquirer/core": "^8.0.1",
"@inquirer/figures": "^1.0.1",
"@inquirer/type": "^1.3.0",
"ansi-escapes": "^4.3.2",
"chalk": "^4.1.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/confirm/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/confirm",
"version": "3.1.4",
"version": "3.1.5",
"description": "Inquirer confirm prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/confirm/README.md",
"dependencies": {
"@inquirer/core": "^8.0.0",
"@inquirer/core": "^8.0.1",
"@inquirer/type": "^1.3.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/core",
"version": "8.0.0",
"version": "8.0.1",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -57,7 +57,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/core/README.md",
"dependencies": {
"@inquirer/figures": "^1.0.0",
"@inquirer/figures": "^1.0.1",
"@inquirer/type": "^1.3.0",
"@types/mute-stream": "^0.0.4",
"@types/node": "^20.12.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/demo",
"version": "0.5.0",
"version": "0.5.1",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -61,7 +61,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js",
"dependencies": {
"@inquirer/prompts": "^5.0.0",
"@inquirer/prompts": "^5.0.1",
"chalk": "^4.1.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/editor",
"version": "2.1.4",
"version": "2.1.5",
"description": "Inquirer multiline editor prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/editor/README.md",
"dependencies": {
"@inquirer/core": "^8.0.0",
"@inquirer/core": "^8.0.1",
"@inquirer/type": "^1.3.0",
"external-editor": "^3.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/expand/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/expand",
"version": "2.1.4",
"version": "2.1.5",
"description": "Inquirer checkbox prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/expand/README.md",
"dependencies": {
"@inquirer/core": "^8.0.0",
"@inquirer/core": "^8.0.1",
"@inquirer/type": "^1.3.0",
"chalk": "^4.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/figures/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/figures",
"version": "1.0.0",
"version": "1.0.1",
"description": "Vendored version of figures, for CJS compatibility",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/input",
"version": "2.1.4",
"version": "2.1.5",
"description": "Inquirer input text prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/input/README.md",
"dependencies": {
"@inquirer/core": "^8.0.0",
"@inquirer/core": "^8.0.1",
"@inquirer/type": "^1.3.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/inquirer/package.json
@@ -1,7 +1,7 @@
{
"name": "inquirer",
"type": "module",
"version": "9.2.18",
"version": "9.2.19",
"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": "^1.0.0",
"@inquirer/figures": "^1.0.1",
"@ljharb/through": "^2.3.13",
"ansi-escapes": "^4.3.2",
"chalk": "^5.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/password/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/password",
"version": "2.1.4",
"version": "2.1.5",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -57,7 +57,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/password/README.md",
"dependencies": {
"@inquirer/core": "^8.0.0",
"@inquirer/core": "^8.0.1",
"@inquirer/type": "^1.3.0",
"ansi-escapes": "^4.3.2"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/prompts/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/prompts",
"version": "5.0.0",
"version": "5.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,14 +76,14 @@
}
},
"dependencies": {
"@inquirer/checkbox": "^2.3.0",
"@inquirer/confirm": "^3.1.4",
"@inquirer/editor": "^2.1.4",
"@inquirer/expand": "^2.1.4",
"@inquirer/input": "^2.1.4",
"@inquirer/password": "^2.1.4",
"@inquirer/rawlist": "^2.1.4",
"@inquirer/select": "^2.3.0"
"@inquirer/checkbox": "^2.3.1",
"@inquirer/confirm": "^3.1.5",
"@inquirer/editor": "^2.1.5",
"@inquirer/expand": "^2.1.5",
"@inquirer/input": "^2.1.5",
"@inquirer/password": "^2.1.5",
"@inquirer/rawlist": "^2.1.5",
"@inquirer/select": "^2.3.1"
},
"devDependencies": {
"@inquirer/type": "^1.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/rawlist/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/rawlist",
"version": "2.1.4",
"version": "2.1.5",
"description": "Inquirer rawlist prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/rawlist/README.md",
"dependencies": {
"@inquirer/core": "^8.0.0",
"@inquirer/core": "^8.0.1",
"@inquirer/type": "^1.3.0",
"chalk": "^4.1.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/select",
"version": "2.3.0",
"version": "2.3.1",
"description": "Inquirer select/list prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -54,8 +54,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/select/README.md",
"dependencies": {
"@inquirer/core": "^8.0.0",
"@inquirer/figures": "^1.0.0",
"@inquirer/core": "^8.0.1",
"@inquirer/figures": "^1.0.1",
"@inquirer/type": "^1.3.0",
"ansi-escapes": "^4.3.2",
"chalk": "^4.1.2"
Expand Down

0 comments on commit e986c9a

Please sign in to comment.