Skip to content

Commit 3d71240

Browse files
committed
Publish
- @inquirer/core@0.0.26-alpha.0 - @inquirer/testing@0.0.2-alpha.0
1 parent dd684aa commit 3d71240

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/core",
33
"type": "module",
4-
"version": "0.0.25-alpha.0",
4+
"version": "0.0.26-alpha.0",
55
"description": "Core Inquirer prompt API",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -30,7 +30,7 @@
3030
"wrap-ansi": "^8.0.1"
3131
},
3232
"devDependencies": {
33-
"@inquirer/testing": "^0.0.1-alpha.0"
33+
"@inquirer/testing": "^0.0.2-alpha.0"
3434
},
3535
"scripts": {
3636
"tsc": "tsc"

packages/testing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/testing",
33
"type": "module",
4-
"version": "0.0.1-alpha.0",
4+
"version": "0.0.2-alpha.0",
55
"description": "Inquirer testing utilities",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/testing/README.md",
2121
"dependencies": {
22-
"@inquirer/core": "^0.0.25-alpha.0",
22+
"@inquirer/core": "^0.0.26-alpha.0",
2323
"mute-stream": "^0.0.8",
2424
"strip-ansi": "^7.0.1"
2525
},

0 commit comments

Comments
 (0)