Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @inquirer/checkbox@0.0.22-alpha.0
 - @inquirer/confirm@0.0.21-alpha.0
 - @inquirer/core@0.0.22-alpha.0
 - @inquirer/editor@0.0.15-alpha.0
 - @inquirer/expand@0.0.22-alpha.0
 - @inquirer/input@0.0.22-alpha.0
 - inquirer@9.0.1
 - @inquirer/password@0.0.21-alpha.0
 - @inquirer/rawlist@0.0.5-alpha.0
 - @inquirer/select@0.0.22-alpha.0
  • Loading branch information
SBoudrias committed Jul 13, 2022
1 parent 2244c83 commit 1d5e7e3
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 22 deletions.
8 changes: 5 additions & 3 deletions packages/checkbox/package.json
@@ -1,11 +1,13 @@
{
"name": "@inquirer/checkbox",
"version": "0.0.21-alpha.0",
"version": "0.0.22-alpha.0",
"type": "module",
"description": "Inquirer checkbox prompt",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": ["dist/"],
"files": [
"dist/"
],
"repository": "SBoudrias/Inquirer.js",
"keywords": [
"cli",
Expand All @@ -18,7 +20,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/checkbox/README.md",
"dependencies": {
"@inquirer/core": "^0.0.21-alpha.0",
"@inquirer/core": "^0.0.22-alpha.0",
"ansi-escapes": "^5.0.0",
"chalk": "^5.0.1",
"figures": "^4.0.1"
Expand Down
10 changes: 6 additions & 4 deletions packages/confirm/package.json
@@ -1,11 +1,13 @@
{
"name": "@inquirer/confirm",
"type": "module",
"version": "0.0.20-alpha.0",
"version": "0.0.21-alpha.0",
"description": "Inquirer confirm prompt",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": ["dist/"],
"files": [
"dist/"
],
"repository": "SBoudrias/Inquirer.js",
"keywords": [
"cli",
Expand All @@ -20,8 +22,8 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/confirm/README.md",
"dependencies": {
"@inquirer/core": "^0.0.21-alpha.0",
"@inquirer/input": "^0.0.21-alpha.0",
"@inquirer/core": "^0.0.22-alpha.0",
"@inquirer/input": "^0.0.22-alpha.0",
"chalk": "^5.0.1"
},
"scripts": {
Expand Down
6 changes: 4 additions & 2 deletions packages/core/package.json
@@ -1,11 +1,13 @@
{
"name": "@inquirer/core",
"type": "module",
"version": "0.0.21-alpha.0",
"version": "0.0.22-alpha.0",
"description": "Core Inquirer prompt API",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": ["dist/"],
"files": [
"dist/"
],
"repository": "SBoudrias/Inquirer.js",
"keywords": [
"cli",
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/package.json
@@ -1,7 +1,7 @@
{
"name": "@inquirer/editor",
"type": "module",
"version": "0.0.14-alpha.0",
"version": "0.0.15-alpha.0",
"description": "Inquirer multiline editor prompt",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/editor/README.md",
"dependencies": {
"@inquirer/core": "^0.0.21-alpha.0",
"@inquirer/core": "^0.0.22-alpha.0",
"chalk": "^5.0.1",
"external-editor": "^3.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/expand/package.json
@@ -1,7 +1,7 @@
{
"name": "@inquirer/expand",
"type": "module",
"version": "0.0.21-alpha.0",
"version": "0.0.22-alpha.0",
"description": "Inquirer checkbox prompt",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/expand/README.md",
"dependencies": {
"@inquirer/core": "^0.0.21-alpha.0",
"@inquirer/core": "^0.0.22-alpha.0",
"chalk": "^5.0.1",
"figures": "^4.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/input/package.json
@@ -1,7 +1,7 @@
{
"name": "@inquirer/input",
"type": "module",
"version": "0.0.21-alpha.0",
"version": "0.0.22-alpha.0",
"description": "Inquirer input text prompt",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/input/README.md",
"dependencies": {
"@inquirer/core": "^0.0.21-alpha.0",
"@inquirer/core": "^0.0.22-alpha.0",
"chalk": "^5.0.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/inquirer/package.json
@@ -1,7 +1,7 @@
{
"name": "inquirer",
"type": "module",
"version": "9.0.0",
"version": "9.0.1",
"description": "A collection of common interactive command line user interfaces.",
"author": "Simon Boudrias <admin@simonboudrias.com>",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/password/package.json
@@ -1,7 +1,7 @@
{
"name": "@inquirer/password",
"type": "module",
"version": "0.0.20-alpha.0",
"version": "0.0.21-alpha.0",
"description": "Inquirer password prompt",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/password/README.md",
"dependencies": {
"@inquirer/input": "^0.0.21-alpha.0",
"@inquirer/input": "^0.0.22-alpha.0",
"chalk": "^5.0.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rawlist/package.json
@@ -1,7 +1,7 @@
{
"name": "@inquirer/rawlist",
"type": "module",
"version": "0.0.4-alpha.0",
"version": "0.0.5-alpha.0",
"description": "Inquirer rawlist prompt",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/rawlist/README.md",
"dependencies": {
"@inquirer/core": "^0.0.21-alpha.0",
"@inquirer/core": "^0.0.22-alpha.0",
"chalk": "^5.0.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/select/package.json
@@ -1,7 +1,7 @@
{
"name": "@inquirer/select",
"type": "module",
"version": "0.0.21-alpha.0",
"version": "0.0.22-alpha.0",
"description": "Inquirer select/list prompt",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/select/README.md",
"dependencies": {
"@inquirer/core": "^0.0.21-alpha.0",
"@inquirer/core": "^0.0.22-alpha.0",
"ansi-escapes": "^5.0.0",
"chalk": "^5.0.1",
"figures": "^4.0.1"
Expand Down

0 comments on commit 1d5e7e3

Please sign in to comment.