@inquirer/select
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@inquirer/select", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Inquirer select/list prompt", | ||
@@ -57,4 +57,4 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"@inquirer/core": "^1.0.3", | ||
"@inquirer/type": "^1.0.2", | ||
"@inquirer/core": "^1.0.4", | ||
"@inquirer/type": "^1.0.3", | ||
"ansi-escapes": "^4.3.2", | ||
@@ -69,3 +69,3 @@ "chalk": "^4.1.2", | ||
"tsc:cjs": "tsc -p ./tsconfig.cjs.json && yarn run fix-ext", | ||
"fix-ext": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ../../tools/rename-ext.mts" | ||
"fix-ext": "node --no-warnings=ExperimentalWarning --loader=ts-node/esm ../../tools/rename-ext.mts" | ||
}, | ||
@@ -90,3 +90,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "865c589ffbc4a66f328dc4e64a08646200c755f3" | ||
"gitHead": "12fecef5292da253564c845ef5be67b37441e381" | ||
} |
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
Updated@inquirer/core@^1.0.4
Updated@inquirer/type@^1.0.3