Skip to content

Commit c3b92d0

Browse files
committed
Publish
- @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected] - [email protected] - @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected] - @inquirer/[email protected]
1 parent 27f4303 commit c3b92d0

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

packages/checkbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/checkbox",
3-
"version": "0.0.28-alpha.0",
3+
"version": "0.0.29-alpha.0",
44
"type": "module",
55
"description": "Inquirer checkbox prompt",
66
"main": "dist/index.js",

packages/confirm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/confirm",
33
"type": "module",
4-
"version": "0.0.26-alpha.0",
4+
"version": "0.0.27-alpha.0",
55
"description": "Inquirer confirm prompt",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/core",
33
"type": "module",
4-
"version": "0.0.28-alpha.0",
4+
"version": "0.0.29-alpha.0",
55
"description": "Core Inquirer prompt API",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -53,7 +53,7 @@
5353
"license": "MIT",
5454
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/core/README.md",
5555
"dependencies": {
56-
"@inquirer/type": "^0.0.3-alpha.0",
56+
"@inquirer/type": "^0.0.4-alpha.0",
5757
"ansi-escapes": "^5.0.0",
5858
"chalk": "^5.1.0",
5959
"cli-spinners": "^2.7.0",
@@ -66,7 +66,7 @@
6666
"wrap-ansi": "^8.0.1"
6767
},
6868
"devDependencies": {
69-
"@inquirer/testing": "^0.0.4-alpha.0"
69+
"@inquirer/testing": "^0.0.5-alpha.0"
7070
},
7171
"scripts": {
7272
"tsc": "tsc"

packages/inquirer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "inquirer",
33
"type": "module",
4-
"version": "9.1.2",
4+
"version": "9.1.3",
55
"description": "A collection of common interactive command line user interfaces.",
66
"author": "Simon Boudrias <[email protected]>",
77
"files": [

packages/password/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/password",
33
"type": "module",
4-
"version": "0.0.26-alpha.0",
4+
"version": "0.0.27-alpha.0",
55
"description": "Inquirer password prompt",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -54,7 +54,7 @@
5454
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/password/README.md",
5555
"dependencies": {
5656
"@inquirer/input": "^0.0.27-alpha.0",
57-
"@inquirer/type": "^0.0.3-alpha.0",
57+
"@inquirer/type": "^0.0.4-alpha.0",
5858
"chalk": "^5.0.1"
5959
},
6060
"scripts": {

packages/select/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/select",
33
"type": "module",
4-
"version": "0.0.27-alpha.0",
4+
"version": "0.0.28-alpha.0",
55
"description": "Inquirer select/list prompt",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",

packages/testing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/testing",
33
"type": "module",
4-
"version": "0.0.4-alpha.0",
4+
"version": "0.0.5-alpha.0",
55
"description": "Inquirer testing utilities",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -56,7 +56,7 @@
5656
"license": "MIT",
5757
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/testing/README.md",
5858
"dependencies": {
59-
"@inquirer/type": "^0.0.3-alpha.0",
59+
"@inquirer/type": "^0.0.4-alpha.0",
6060
"mute-stream": "^0.0.8",
6161
"strip-ansi": "^7.0.1"
6262
},

packages/type/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inquirer/type",
33
"type": "module",
4-
"version": "0.0.3-alpha.0",
4+
"version": "0.0.4-alpha.0",
55
"description": "Inquirer core TS types",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)