Skip to content

Commit 9e29035

Browse files
committed
Publish
- @inquirer/checkbox@3.0.1 - @inquirer/confirm@4.0.1 - @inquirer/core@9.2.1 - @inquirer/demo@0.9.3 - @inquirer/editor@3.0.1 - @inquirer/expand@3.0.1 - @inquirer/figures@1.0.6 - @inquirer/input@3.0.1 - inquirer@11.0.1 - @inquirer/number@2.0.1 - @inquirer/password@3.0.1 - @inquirer/prompts@6.0.1 - @inquirer/rawlist@3.0.1 - @inquirer/search@2.0.1 - @inquirer/select@3.0.1 - @inquirer/testing@2.1.34 - @inquirer/type@2.0.0
1 parent 9937ea0 commit 9e29035

File tree

18 files changed

+140
-140
lines changed

18 files changed

+140
-140
lines changed

packages/checkbox/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/checkbox",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"engines": {
55
"node": ">=18"
66
},
@@ -57,14 +57,14 @@
5757
"license": "MIT",
5858
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/checkbox/README.md",
5959
"dependencies": {
60-
"@inquirer/core": "9.2.0",
61-
"@inquirer/figures": "1.0.5",
62-
"@inquirer/type": "1.5.4",
60+
"@inquirer/core": "^9.2.1",
61+
"@inquirer/figures": "^1.0.6",
62+
"@inquirer/type": "^2.0.0",
6363
"ansi-escapes": "^4.3.2",
6464
"yoctocolors-cjs": "^2.1.2"
6565
},
6666
"devDependencies": {
67-
"@inquirer/testing": "2.1.33"
67+
"@inquirer/testing": "^2.1.34"
6868
},
6969
"scripts": {
7070
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",

packages/confirm/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/confirm",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Inquirer confirm prompt",
55
"main": "./dist/cjs/index.js",
66
"typings": "./dist/cjs/types/index.d.ts",
@@ -54,11 +54,11 @@
5454
"license": "MIT",
5555
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/confirm/README.md",
5656
"dependencies": {
57-
"@inquirer/core": "9.2.0",
58-
"@inquirer/type": "1.5.4"
57+
"@inquirer/core": "^9.2.1",
58+
"@inquirer/type": "^2.0.0"
5959
},
6060
"devDependencies": {
61-
"@inquirer/testing": "2.1.33"
61+
"@inquirer/testing": "^2.1.34"
6262
},
6363
"scripts": {
6464
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/core",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"engines": {
55
"node": ">=18"
66
},
@@ -57,8 +57,8 @@
5757
"license": "MIT",
5858
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/core/README.md",
5959
"dependencies": {
60-
"@inquirer/figures": "1.0.5",
61-
"@inquirer/type": "1.5.4",
60+
"@inquirer/figures": "^1.0.6",
61+
"@inquirer/type": "^2.0.0",
6262
"@types/mute-stream": "^0.0.4",
6363
"@types/node": "^22.5.5",
6464
"@types/wrap-ansi": "^3.0.0",
@@ -71,7 +71,7 @@
7171
"yoctocolors-cjs": "^2.1.2"
7272
},
7373
"devDependencies": {
74-
"@inquirer/testing": "2.1.33"
74+
"@inquirer/testing": "^2.1.34"
7575
},
7676
"scripts": {
7777
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",

packages/demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/demo",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"engines": {
55
"node": ">=18"
66
},
@@ -61,9 +61,9 @@
6161
"license": "MIT",
6262
"homepage": "https://github.com/SBoudrias/Inquirer.js",
6363
"dependencies": {
64-
"@inquirer/core": "9.2.0",
65-
"@inquirer/figures": "1.0.5",
66-
"@inquirer/prompts": "6.0.0",
64+
"@inquirer/core": "^9.2.1",
65+
"@inquirer/figures": "^1.0.6",
66+
"@inquirer/prompts": "^6.0.1",
6767
"yoctocolors-cjs": "^2.1.2"
6868
},
6969
"publishConfig": {

packages/editor/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/editor",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Inquirer multiline editor prompt",
55
"main": "./dist/cjs/index.js",
66
"typings": "./dist/cjs/types/index.d.ts",
@@ -54,12 +54,12 @@
5454
"license": "MIT",
5555
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/editor/README.md",
5656
"dependencies": {
57-
"@inquirer/core": "9.2.0",
58-
"@inquirer/type": "1.5.4",
57+
"@inquirer/core": "^9.2.1",
58+
"@inquirer/type": "^2.0.0",
5959
"external-editor": "^3.1.0"
6060
},
6161
"devDependencies": {
62-
"@inquirer/testing": "2.1.33"
62+
"@inquirer/testing": "^2.1.34"
6363
},
6464
"scripts": {
6565
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",

packages/expand/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/expand",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Inquirer checkbox prompt",
55
"main": "./dist/cjs/index.js",
66
"typings": "./dist/cjs/types/index.d.ts",
@@ -54,12 +54,12 @@
5454
"license": "MIT",
5555
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/expand/README.md",
5656
"dependencies": {
57-
"@inquirer/core": "9.2.0",
58-
"@inquirer/type": "1.5.4",
57+
"@inquirer/core": "^9.2.1",
58+
"@inquirer/type": "^2.0.0",
5959
"yoctocolors-cjs": "^2.1.2"
6060
},
6161
"devDependencies": {
62-
"@inquirer/testing": "2.1.33"
62+
"@inquirer/testing": "^2.1.34"
6363
},
6464
"scripts": {
6565
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",

packages/figures/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/figures",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Vendored version of figures, for CJS compatibility",
55
"main": "./dist/cjs/index.js",
66
"typings": "./dist/cjs/types/index.d.ts",

packages/input/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/input",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Inquirer input text prompt",
55
"main": "./dist/cjs/index.js",
66
"typings": "./dist/cjs/types/index.d.ts",
@@ -54,11 +54,11 @@
5454
"license": "MIT",
5555
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/input/README.md",
5656
"dependencies": {
57-
"@inquirer/core": "9.2.0",
58-
"@inquirer/type": "1.5.4"
57+
"@inquirer/core": "^9.2.1",
58+
"@inquirer/type": "^2.0.0"
5959
},
6060
"devDependencies": {
61-
"@inquirer/testing": "2.1.33"
61+
"@inquirer/testing": "^2.1.34"
6262
},
6363
"scripts": {
6464
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",

packages/inquirer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inquirer",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"description": "A collection of common interactive command line user interfaces.",
55
"author": "Simon Boudrias <admin@simonboudrias.com>",
66
"main": "./dist/cjs/index.js",
@@ -55,9 +55,9 @@
5555
},
5656
"license": "MIT",
5757
"dependencies": {
58-
"@inquirer/core": "9.2.0",
59-
"@inquirer/prompts": "6.0.0",
60-
"@inquirer/type": "1.5.4",
58+
"@inquirer/core": "^9.2.1",
59+
"@inquirer/prompts": "^6.0.1",
60+
"@inquirer/type": "^2.0.0",
6161
"@types/mute-stream": "^0.0.4",
6262
"ansi-escapes": "^4.3.2",
6363
"mute-stream": "^1.0.0",

packages/number/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inquirer/number",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Inquirer number prompt",
55
"main": "./dist/cjs/index.js",
66
"typings": "./dist/cjs/types/index.d.ts",
@@ -54,11 +54,11 @@
5454
"license": "MIT",
5555
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/number/README.md",
5656
"dependencies": {
57-
"@inquirer/core": "9.2.0",
58-
"@inquirer/type": "1.5.4"
57+
"@inquirer/core": "^9.2.1",
58+
"@inquirer/type": "^2.0.0"
5959
},
6060
"devDependencies": {
61-
"@inquirer/testing": "2.1.33"
61+
"@inquirer/testing": "^2.1.34"
6262
},
6363
"scripts": {
6464
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",

0 commit comments

Comments
 (0)