Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @inquirer/core@0.0.27-alpha.0
 - @inquirer/testing@0.0.3-alpha.0
 - @inquirer/type@0.0.2-alpha.0
  • Loading branch information
SBoudrias committed Aug 31, 2022
1 parent 339df9c commit 9ea5570
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.26-alpha.0",
"version": "0.0.27-alpha.0",
"description": "Core Inquirer prompt API",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"author": "Simon Boudrias",
"license": "MIT",
"dependencies": {
"@inquirer/type": "^0.0.1-alpha.0",
"@inquirer/type": "^0.0.2-alpha.0",
"ansi-escapes": "^5.0.0",
"chalk": "^5.0.1",
"cli-spinners": "^2.7.0",
Expand All @@ -31,7 +31,7 @@
"wrap-ansi": "^8.0.1"
},
"devDependencies": {
"@inquirer/testing": "^0.0.2-alpha.0"
"@inquirer/testing": "^0.0.3-alpha.0"
},
"scripts": {
"tsc": "tsc"
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.2-alpha.0",
"version": "0.0.3-alpha.0",
"description": "Inquirer testing utilities",
"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/testing/README.md",
"dependencies": {
"@inquirer/type": "^0.0.1-alpha.0",
"@inquirer/type": "^0.0.2-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.1-alpha.0",
"version": "0.0.2-alpha.0",
"description": "Inquirer core TS types",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 9ea5570

Please sign in to comment.