Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @inquirer/checkbox@0.1.0
 - @inquirer/confirm@0.1.0
 - @inquirer/core@1.0.0
 - @inquirer/editor@0.1.0
 - @inquirer/expand@0.1.0
 - @inquirer/input@0.1.0
 - inquirer@9.1.5
 - @inquirer/password@0.1.0
 - @inquirer/rawlist@0.1.0
 - @inquirer/select@0.1.0
 - @inquirer/testing@0.1.0
 - @inquirer/type@0.1.0
  • Loading branch information
SBoudrias committed Mar 18, 2023
1 parent 5b94c7e commit bd58130
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 44 deletions.
8 changes: 4 additions & 4 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/checkbox",
"version": "0.0.30-alpha.0",
"version": "0.1.0",
"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/checkbox/README.md",
"dependencies": {
"@inquirer/core": "^0.0.30-alpha.0",
"@inquirer/type": "^0.0.4-alpha.0",
"@inquirer/core": "^1.0.0",
"@inquirer/type": "^0.1.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.2.0",
"figures": "^5.0.0"
Expand All @@ -85,4 +85,4 @@
}
}
}
}
}
10 changes: 5 additions & 5 deletions packages/confirm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/confirm",
"version": "0.0.28-alpha.0",
"version": "0.1.0",
"description": "Inquirer confirm prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.mts",
Expand Down Expand Up @@ -54,9 +54,9 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/confirm/README.md",
"dependencies": {
"@inquirer/core": "^0.0.30-alpha.0",
"@inquirer/input": "^0.0.28-alpha.0",
"@inquirer/type": "^0.0.4-alpha.0",
"@inquirer/core": "^1.0.0",
"@inquirer/input": "^0.1.0",
"@inquirer/type": "^0.1.0",
"chalk": "^5.2.0"
},
"scripts": {
Expand Down Expand Up @@ -84,4 +84,4 @@
}
}
}
}
}
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": "0.0.30-alpha.0",
"version": "1.0.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": "^0.0.4-alpha.0",
"@inquirer/type": "^0.1.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.2.0",
"cli-spinners": "^2.7.0",
Expand All @@ -70,7 +70,7 @@
"wrap-ansi": "^8.1.0"
},
"devDependencies": {
"@inquirer/testing": "^0.0.5-alpha.0",
"@inquirer/testing": "^0.1.0",
"@jest/globals": "^29.5.0"
},
"scripts": {
Expand All @@ -95,4 +95,4 @@
}
}
}
}
}
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": "0.0.21-alpha.0",
"version": "0.1.0",
"description": "Inquirer multiline editor prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.mts",
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": "^0.0.30-alpha.0",
"@inquirer/type": "^0.0.4-alpha.0",
"@inquirer/core": "^1.0.0",
"@inquirer/type": "^0.1.0",
"chalk": "^5.2.0",
"external-editor": "^3.0.3"
},
Expand Down Expand Up @@ -84,4 +84,4 @@
}
}
}
}
}
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": "0.0.28-alpha.0",
"version": "0.1.0",
"description": "Inquirer checkbox prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.mts",
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": "^0.0.30-alpha.0",
"@inquirer/type": "^0.0.4-alpha.0",
"@inquirer/core": "^1.0.0",
"@inquirer/type": "^0.1.0",
"chalk": "^5.2.0",
"figures": "^5.0.0"
},
Expand Down Expand Up @@ -84,4 +84,4 @@
}
}
}
}
}
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": "0.0.28-alpha.0",
"version": "0.1.0",
"description": "Inquirer input text prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.mts",
Expand Down Expand Up @@ -54,8 +54,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/input/README.md",
"dependencies": {
"@inquirer/core": "^0.0.30-alpha.0",
"@inquirer/type": "^0.0.4-alpha.0",
"@inquirer/core": "^1.0.0",
"@inquirer/type": "^0.1.0",
"chalk": "^5.2.0"
},
"scripts": {
Expand Down Expand Up @@ -83,4 +83,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions packages/inquirer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "inquirer",
"type": "module",
"version": "9.1.4",
"version": "9.1.5",
"description": "A collection of common interactive command line user interfaces.",
"author": "Simon Boudrias <admin@simonboudrias.com>",
"files": [
Expand Down Expand Up @@ -90,4 +90,4 @@
"through": "^2.3.6",
"wrap-ansi": "^8.1.0"
}
}
}
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": "0.0.28-alpha.0",
"version": "0.1.0",
"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": "^0.0.28-alpha.0",
"@inquirer/type": "^0.0.4-alpha.0",
"@inquirer/input": "^0.1.0",
"@inquirer/type": "^0.1.0",
"chalk": "^5.2.0"
},
"scripts": {
Expand All @@ -83,4 +83,4 @@
}
}
}
}
}
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": "0.0.11-alpha.0",
"version": "0.1.0",
"description": "Inquirer rawlist prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.mts",
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": "^0.0.30-alpha.0",
"@inquirer/type": "^0.0.4-alpha.0",
"@inquirer/core": "^1.0.0",
"@inquirer/type": "^0.1.0",
"chalk": "^5.2.0"
},
"scripts": {
Expand Down Expand Up @@ -83,4 +83,4 @@
}
}
}
}
}
8 changes: 4 additions & 4 deletions packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/select",
"version": "0.0.29-alpha.0",
"version": "0.1.0",
"description": "Inquirer select/list prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.mts",
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": "^0.0.30-alpha.0",
"@inquirer/type": "^0.0.4-alpha.0",
"@inquirer/core": "^1.0.0",
"@inquirer/type": "^0.1.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.2.0",
"figures": "^5.0.0"
Expand Down Expand Up @@ -85,4 +85,4 @@
}
}
}
}
}
6 changes: 3 additions & 3 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/testing",
"version": "0.0.5-alpha.0",
"version": "0.1.0",
"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": "^0.0.4-alpha.0",
"@inquirer/type": "^0.1.0",
"mute-stream": "^1.0.0",
"strip-ansi": "^7.0.1"
},
Expand All @@ -83,4 +83,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions packages/type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/type",
"version": "0.0.4-alpha.0",
"version": "0.1.0",
"description": "Inquirer core TS types",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.mts",
Expand Down Expand Up @@ -76,4 +76,4 @@
}
}
}
}
}

0 comments on commit bd58130

Please sign in to comment.