Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @inquirer/demo@0.8.1
 - inquirer@10.1.1
 - @inquirer/prompts@5.3.1
 - @inquirer/search@1.0.1
  • Loading branch information
SBoudrias committed Jul 22, 2024
1 parent b1a919d commit 6fa9545
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/demo",
"version": "0.8.0",
"version": "0.8.1",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -62,7 +62,7 @@
"homepage": "https://github.com/SBoudrias/Inquirer.js",
"dependencies": {
"@inquirer/core": "^9.0.5",
"@inquirer/prompts": "^5.3.0",
"@inquirer/prompts": "^5.3.1",
"yoctocolors-cjs": "^2.1.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/inquirer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inquirer",
"version": "10.1.0",
"version": "10.1.1",
"description": "A collection of common interactive command line user interfaces.",
"author": "Simon Boudrias <admin@simonboudrias.com>",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"license": "MIT",
"dependencies": {
"@inquirer/prompts": "^5.3.0",
"@inquirer/prompts": "^5.3.1",
"@inquirer/type": "^1.5.1",
"@types/mute-stream": "^0.0.4",
"ansi-escapes": "^4.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/prompts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/prompts",
"version": "5.3.0",
"version": "5.3.1",
"description": "Inquirer prompts, combined in a single package",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -84,7 +84,7 @@
"@inquirer/number": "^1.0.5",
"@inquirer/password": "^2.1.17",
"@inquirer/rawlist": "^2.1.17",
"@inquirer/search": "^1.0.0",
"@inquirer/search": "^1.0.1",
"@inquirer/select": "^2.4.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/search",
"version": "1.0.0",
"version": "1.0.1",
"description": "Inquirer search prompt",
"main": "./dist/cjs/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ __metadata:
resolution: "@inquirer/demo@workspace:packages/demo"
dependencies:
"@inquirer/core": "npm:^9.0.5"
"@inquirer/prompts": "npm:^5.3.0"
"@inquirer/prompts": "npm:^5.3.1"
yoctocolors-cjs: "npm:^2.1.2"
bin:
inquirer-demo: index.mjs
Expand Down Expand Up @@ -548,7 +548,7 @@ __metadata:
languageName: unknown
linkType: soft

"@inquirer/prompts@npm:^5.3.0, @inquirer/prompts@workspace:*, @inquirer/prompts@workspace:packages/prompts":
"@inquirer/prompts@npm:^5.3.1, @inquirer/prompts@workspace:*, @inquirer/prompts@workspace:packages/prompts":
version: 0.0.0-use.local
resolution: "@inquirer/prompts@workspace:packages/prompts"
dependencies:
Expand All @@ -560,7 +560,7 @@ __metadata:
"@inquirer/number": "npm:^1.0.5"
"@inquirer/password": "npm:^2.1.17"
"@inquirer/rawlist": "npm:^2.1.17"
"@inquirer/search": "npm:^1.0.0"
"@inquirer/search": "npm:^1.0.1"
"@inquirer/select": "npm:^2.4.2"
"@inquirer/type": "npm:^1.5.1"
languageName: unknown
Expand Down Expand Up @@ -606,7 +606,7 @@ __metadata:
languageName: unknown
linkType: soft

"@inquirer/search@npm:^1.0.0, @inquirer/search@workspace:packages/search":
"@inquirer/search@npm:^1.0.1, @inquirer/search@workspace:packages/search":
version: 0.0.0-use.local
resolution: "@inquirer/search@workspace:packages/search"
dependencies:
Expand Down Expand Up @@ -4504,7 +4504,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "inquirer@workspace:packages/inquirer"
dependencies:
"@inquirer/prompts": "npm:^5.3.0"
"@inquirer/prompts": "npm:^5.3.1"
"@inquirer/type": "npm:^1.5.1"
"@types/mute-stream": "npm:^0.0.4"
ansi-escapes: "npm:^4.3.2"
Expand Down

0 comments on commit 6fa9545

Please sign in to comment.