@inquirer/select
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@inquirer/select", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Inquirer select/list prompt", | ||
@@ -57,5 +57,5 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"@inquirer/core": "^1.0.1", | ||
"@inquirer/type": "^1.0.0", | ||
"ansi-escapes": "^6.0.0", | ||
"@inquirer/core": "^1.0.2", | ||
"@inquirer/type": "^1.0.1", | ||
"ansi-escapes": "^6.2.0", | ||
"chalk": "^5.2.0", | ||
@@ -69,3 +69,3 @@ "figures": "^5.0.0" | ||
"tsc:cjs": "tsc -p ./tsconfig.cjs.json && yarn run fix-ext", | ||
"fix-ext": "ts-node ../../tools/rename-ext.ts" | ||
"fix-ext": "ts-node ../../tools/rename-ext.mts" | ||
}, | ||
@@ -90,3 +90,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "e93c4cb14f0c35ebd1efb065776b90f48899b075" | ||
"gitHead": "5b8563d850962ce48daba46e7e95e7285d581a56" | ||
} |
@@ -57,3 +57,3 @@ # `@inquirer/select` | ||
Copyright (c) 2022 Simon Boudrias (twitter: [@vaxilart](https://twitter.com/Vaxilart)) | ||
Copyright (c) 2023 Simon Boudrias (twitter: [@vaxilart](https://twitter.com/Vaxilart))<br/> | ||
Licensed under the MIT license. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11467
Updated@inquirer/core@^1.0.2
Updated@inquirer/type@^1.0.1
Updatedansi-escapes@^6.2.0