Skip to content

Commit ec30ebf

Browse files
committed
Publish
- @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected]
1 parent 2723670 commit ec30ebf

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

packages/checkbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/checkbox",
3-
"version": "0.0.25-alpha.0",
3+
"version": "0.0.26-alpha.0",
44
"type": "module",
55
"description": "Inquirer checkbox prompt",
66
"main": "dist/index.js",
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/checkbox/README.md",
2222
"dependencies": {
23-
"@inquirer/core": "^0.0.24-alpha.0",
23+
"@inquirer/core": "^0.0.25-alpha.0",
2424
"ansi-escapes": "^5.0.0",
2525
"chalk": "^5.0.1",
2626
"figures": "^4.0.1"

packages/confirm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/confirm",
33
"type": "module",
4-
"version": "0.0.23-alpha.0",
4+
"version": "0.0.24-alpha.0",
55
"description": "Inquirer confirm prompt",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -22,8 +22,8 @@
2222
"license": "MIT",
2323
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/confirm/README.md",
2424
"dependencies": {
25-
"@inquirer/core": "^0.0.24-alpha.0",
26-
"@inquirer/input": "^0.0.24-alpha.0",
25+
"@inquirer/core": "^0.0.25-alpha.0",
26+
"@inquirer/input": "^0.0.25-alpha.0",
2727
"chalk": "^5.0.1"
2828
},
2929
"scripts": {

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.24-alpha.0",
4+
"version": "0.0.25-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": "*"
33+
"@inquirer/testing": "^0.0.1-alpha.0"
3434
},
3535
"scripts": {
3636
"tsc": "tsc"

packages/editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/editor",
33
"type": "module",
4-
"version": "0.0.17-alpha.0",
4+
"version": "0.0.18-alpha.0",
55
"description": "Inquirer multiline editor prompt",
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/editor/README.md",
2121
"dependencies": {
22-
"@inquirer/core": "^0.0.24-alpha.0",
22+
"@inquirer/core": "^0.0.25-alpha.0",
2323
"chalk": "^5.0.1",
2424
"external-editor": "^3.0.3"
2525
},

packages/expand/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/expand",
33
"type": "module",
4-
"version": "0.0.24-alpha.0",
4+
"version": "0.0.25-alpha.0",
55
"description": "Inquirer checkbox prompt",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/expand/README.md",
2222
"dependencies": {
23-
"@inquirer/core": "^0.0.24-alpha.0",
23+
"@inquirer/core": "^0.0.25-alpha.0",
2424
"chalk": "^5.0.1",
2525
"figures": "^4.0.1"
2626
},

packages/input/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/input",
33
"type": "module",
4-
"version": "0.0.24-alpha.0",
4+
"version": "0.0.25-alpha.0",
55
"description": "Inquirer input text prompt",
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/input/README.md",
2121
"dependencies": {
22-
"@inquirer/core": "^0.0.24-alpha.0",
22+
"@inquirer/core": "^0.0.25-alpha.0",
2323
"chalk": "^5.0.1"
2424
},
2525
"scripts": {

packages/password/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/password",
33
"type": "module",
4-
"version": "0.0.23-alpha.0",
4+
"version": "0.0.24-alpha.0",
55
"description": "Inquirer password prompt",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -23,7 +23,7 @@
2323
"license": "MIT",
2424
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/password/README.md",
2525
"dependencies": {
26-
"@inquirer/input": "^0.0.24-alpha.0",
26+
"@inquirer/input": "^0.0.25-alpha.0",
2727
"chalk": "^5.0.1"
2828
},
2929
"scripts": {

packages/rawlist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/rawlist",
33
"type": "module",
4-
"version": "0.0.7-alpha.0",
4+
"version": "0.0.8-alpha.0",
55
"description": "Inquirer rawlist prompt",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -23,7 +23,7 @@
2323
"license": "MIT",
2424
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/rawlist/README.md",
2525
"dependencies": {
26-
"@inquirer/core": "^0.0.24-alpha.0",
26+
"@inquirer/core": "^0.0.25-alpha.0",
2727
"chalk": "^5.0.1"
2828
},
2929
"scripts": {

packages/select/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/select",
33
"type": "module",
4-
"version": "0.0.24-alpha.0",
4+
"version": "0.0.25-alpha.0",
55
"description": "Inquirer select/list prompt",
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/select/README.md",
2121
"dependencies": {
22-
"@inquirer/core": "^0.0.24-alpha.0",
22+
"@inquirer/core": "^0.0.25-alpha.0",
2323
"ansi-escapes": "^5.0.0",
2424
"chalk": "^5.0.1",
2525
"figures": "^4.0.1"

packages/testing/package.json

Lines changed: 3 additions & 3 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.0",
4+
"version": "0.0.1-alpha.0",
55
"description": "Inquirer testing utilities",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -19,9 +19,9 @@
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",
2223
"mute-stream": "^0.0.8",
23-
"strip-ansi": "^7.0.1",
24-
"@inquirer/core": "^0.0.24-alpha.0"
24+
"strip-ansi": "^7.0.1"
2525
},
2626
"scripts": {
2727
"tsc": "tsc"

0 commit comments

Comments
 (0)