Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @inquirer/checkbox@0.0.29-alpha.0
 - @inquirer/confirm@0.0.27-alpha.0
 - @inquirer/core@0.0.29-alpha.0
 - inquirer@9.1.3
 - @inquirer/password@0.0.27-alpha.0
 - @inquirer/select@0.0.28-alpha.0
 - @inquirer/testing@0.0.5-alpha.0
 - @inquirer/type@0.0.4-alpha.0
  • Loading branch information
SBoudrias committed Oct 6, 2022
1 parent 27f4303 commit c3b92d0
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/checkbox",
"version": "0.0.28-alpha.0",
"version": "0.0.29-alpha.0",
"type": "module",
"description": "Inquirer checkbox prompt",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/confirm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inquirer/confirm",
"type": "module",
"version": "0.0.26-alpha.0",
"version": "0.0.27-alpha.0",
"description": "Inquirer confirm prompt",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inquirer/core",
"type": "module",
"version": "0.0.28-alpha.0",
"version": "0.0.29-alpha.0",
"description": "Core Inquirer prompt API",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -53,7 +53,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/core/README.md",
"dependencies": {
"@inquirer/type": "^0.0.3-alpha.0",
"@inquirer/type": "^0.0.4-alpha.0",
"ansi-escapes": "^5.0.0",
"chalk": "^5.1.0",
"cli-spinners": "^2.7.0",
Expand All @@ -66,7 +66,7 @@
"wrap-ansi": "^8.0.1"
},
"devDependencies": {
"@inquirer/testing": "^0.0.4-alpha.0"
"@inquirer/testing": "^0.0.5-alpha.0"
},
"scripts": {
"tsc": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "9.1.3",
"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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inquirer/password",
"type": "module",
"version": "0.0.26-alpha.0",
"version": "0.0.27-alpha.0",
"description": "Inquirer password prompt",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/password/README.md",
"dependencies": {
"@inquirer/input": "^0.0.27-alpha.0",
"@inquirer/type": "^0.0.3-alpha.0",
"@inquirer/type": "^0.0.4-alpha.0",
"chalk": "^5.0.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inquirer/select",
"type": "module",
"version": "0.0.27-alpha.0",
"version": "0.0.28-alpha.0",
"description": "Inquirer select/list prompt",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inquirer/testing",
"type": "module",
"version": "0.0.4-alpha.0",
"version": "0.0.5-alpha.0",
"description": "Inquirer testing utilities",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
"license": "MIT",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/testing/README.md",
"dependencies": {
"@inquirer/type": "^0.0.3-alpha.0",
"@inquirer/type": "^0.0.4-alpha.0",
"mute-stream": "^0.0.8",
"strip-ansi": "^7.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/type/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inquirer/type",
"type": "module",
"version": "0.0.3-alpha.0",
"version": "0.0.4-alpha.0",
"description": "Inquirer core TS types",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit c3b92d0

Please sign in to comment.