Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @inquirer/checkbox@1.2.8
 - @inquirer/confirm@1.0.11
 - @inquirer/core@1.3.0
 - @inquirer/demo@0.1.0
 - @inquirer/editor@1.0.11
 - @inquirer/expand@1.0.11
 - @inquirer/input@1.1.2
 - inquirer@9.2.6
 - @inquirer/password@1.0.11
 - @inquirer/prompts@1.2.3
 - @inquirer/rawlist@1.1.3
 - @inquirer/select@1.1.7
 - @inquirer/testing@1.0.6
 - @inquirer/type@1.0.5
  • Loading branch information
SBoudrias committed May 22, 2023
1 parent 478c35e commit 235c18f
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 47 deletions.
8 changes: 4 additions & 4 deletions packages/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/checkbox",
"version": "1.2.7",
"version": "1.2.8",
"engines": {
"node": ">=14.18.0"
},
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": "^1.2.2",
"@inquirer/type": "^1.0.4",
"@inquirer/core": "^1.3.0",
"@inquirer/type": "^1.0.5",
"ansi-escapes": "^4.3.2",
"chalk": "^4.1.2",
"figures": "^3.2.0"
},
"devDependencies": {
"@inquirer/testing": "^1.0.5"
"@inquirer/testing": "^1.0.6"
},
"scripts": {
"tsc": "yarn run clean && yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/confirm/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/confirm",
"version": "1.0.10",
"version": "1.0.11",
"description": "Inquirer confirm prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.cts",
Expand Down Expand Up @@ -54,8 +54,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/confirm/README.md",
"dependencies": {
"@inquirer/core": "^1.2.2",
"@inquirer/type": "^1.0.4",
"@inquirer/core": "^1.3.0",
"@inquirer/type": "^1.0.5",
"chalk": "^4.1.2"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/core",
"version": "1.2.2",
"version": "1.3.0",
"engines": {
"node": ">=14.18.0"
},
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/type": "^1.0.4",
"@inquirer/type": "^1.0.5",
"ansi-escapes": "^4.3.2",
"chalk": "^4.1.2",
"cli-spinners": "^2.8.0",
Expand All @@ -70,7 +70,7 @@
"wrap-ansi": "^6.0.1"
},
"devDependencies": {
"@inquirer/testing": "^1.0.5"
"@inquirer/testing": "^1.0.6"
},
"scripts": {
"tsc": "yarn run clean && yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/demo/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/demo",
"version": "0.0.0",
"version": "0.1.0",
"engines": {
"node": ">=14.18.0"
},
Expand Down Expand Up @@ -61,8 +61,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js",
"dependencies": {
"chalk": "^4.1.2",
"@inquirer/prompts": "^1.2.2"
"@inquirer/prompts": "^1.2.3",
"chalk": "^4.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/editor",
"version": "1.0.10",
"version": "1.0.11",
"description": "Inquirer multiline editor prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.cts",
Expand Down Expand Up @@ -54,8 +54,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/editor/README.md",
"dependencies": {
"@inquirer/core": "^1.2.2",
"@inquirer/type": "^1.0.4",
"@inquirer/core": "^1.3.0",
"@inquirer/type": "^1.0.5",
"chalk": "^4.1.2",
"external-editor": "^3.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/expand/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/expand",
"version": "1.0.10",
"version": "1.0.11",
"description": "Inquirer checkbox prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.cts",
Expand Down Expand Up @@ -54,8 +54,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/expand/README.md",
"dependencies": {
"@inquirer/core": "^1.2.2",
"@inquirer/type": "^1.0.4",
"@inquirer/core": "^1.3.0",
"@inquirer/type": "^1.0.5",
"chalk": "^4.1.2",
"figures": "^3.2.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/input",
"version": "1.1.1",
"version": "1.1.2",
"description": "Inquirer input text prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.cts",
Expand Down Expand Up @@ -54,12 +54,12 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/input/README.md",
"dependencies": {
"@inquirer/core": "^1.2.2",
"@inquirer/type": "^1.0.4",
"@inquirer/core": "^1.3.0",
"@inquirer/type": "^1.0.5",
"chalk": "^4.1.2"
},
"devDependencies": {
"@inquirer/testing": "^1.0.5"
"@inquirer/testing": "^1.0.6"
},
"scripts": {
"tsc": "yarn run clean && yarn run tsc:esm && yarn run tsc:cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/inquirer/package.json
@@ -1,7 +1,7 @@
{
"name": "inquirer",
"type": "module",
"version": "9.2.5",
"version": "9.2.6",
"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/password/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/password",
"version": "1.0.10",
"version": "1.0.11",
"engines": {
"node": ">=14.18.0"
},
Expand Down Expand Up @@ -57,8 +57,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/password/README.md",
"dependencies": {
"@inquirer/input": "^1.1.1",
"@inquirer/type": "^1.0.4",
"@inquirer/input": "^1.1.2",
"@inquirer/type": "^1.0.5",
"chalk": "^4.1.2"
},
"scripts": {
Expand Down
20 changes: 10 additions & 10 deletions packages/prompts/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/prompts",
"version": "1.2.2",
"version": "1.2.3",
"description": "Inquirer prompts, combined in a single package",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.cts",
Expand Down Expand Up @@ -77,15 +77,15 @@
}
},
"dependencies": {
"@inquirer/checkbox": "^1.2.7",
"@inquirer/confirm": "^1.0.10",
"@inquirer/core": "^1.2.2",
"@inquirer/editor": "^1.0.10",
"@inquirer/expand": "^1.0.10",
"@inquirer/input": "^1.1.1",
"@inquirer/password": "^1.0.10",
"@inquirer/rawlist": "^1.1.2",
"@inquirer/select": "^1.1.6"
"@inquirer/checkbox": "^1.2.8",
"@inquirer/confirm": "^1.0.11",
"@inquirer/core": "^1.3.0",
"@inquirer/editor": "^1.0.11",
"@inquirer/expand": "^1.0.11",
"@inquirer/input": "^1.1.2",
"@inquirer/password": "^1.0.11",
"@inquirer/rawlist": "^1.1.3",
"@inquirer/select": "^1.1.7"
},
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/prompts/README.md"
}
6 changes: 3 additions & 3 deletions packages/rawlist/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/rawlist",
"version": "1.1.2",
"version": "1.1.3",
"description": "Inquirer rawlist prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.cts",
Expand Down Expand Up @@ -54,8 +54,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/rawlist/README.md",
"dependencies": {
"@inquirer/core": "^1.2.2",
"@inquirer/type": "^1.0.4",
"@inquirer/core": "^1.3.0",
"@inquirer/type": "^1.0.5",
"chalk": "^4.1.2"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/select",
"version": "1.1.6",
"version": "1.1.7",
"description": "Inquirer select/list prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.cts",
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": "^1.2.2",
"@inquirer/type": "^1.0.4",
"@inquirer/core": "^1.3.0",
"@inquirer/type": "^1.0.5",
"ansi-escapes": "^4.3.2",
"chalk": "^4.1.2",
"figures": "^3.2.0"
},
"devDependencies": {
"@inquirer/testing": "^1.0.5"
"@inquirer/testing": "^1.0.6"
},
"scripts": {
"tsc": "yarn run clean && 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": "1.0.5",
"version": "1.0.6",
"engines": {
"node": ">=14.18.0"
},
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.0.4",
"@inquirer/type": "^1.0.5",
"mute-stream": "^1.0.0",
"strip-ansi": "^6.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/type/package.json
@@ -1,6 +1,6 @@
{
"name": "@inquirer/type",
"version": "1.0.4",
"version": "1.0.5",
"description": "Inquirer core TS types",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.cts",
Expand Down

0 comments on commit 235c18f

Please sign in to comment.