@inquirer/select
Advanced tools
Comparing version 1.2.7 to 1.2.8
{ | ||
"name": "@inquirer/select", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "Inquirer select/list prompt", | ||
@@ -57,4 +57,4 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"@inquirer/core": "^3.1.1", | ||
"@inquirer/type": "^1.1.1", | ||
"@inquirer/core": "^3.1.2", | ||
"@inquirer/type": "^1.1.2", | ||
"ansi-escapes": "^4.3.2", | ||
@@ -65,3 +65,3 @@ "chalk": "^4.1.2", | ||
"devDependencies": { | ||
"@inquirer/testing": "^2.1.2" | ||
"@inquirer/testing": "^2.1.3" | ||
}, | ||
@@ -72,4 +72,3 @@ "scripts": { | ||
"tsc:esm": "tsc -p ./tsconfig.json", | ||
"tsc:cjs": "tsc -p ./tsconfig.cjs.json && yarn run fix-ext", | ||
"fix-ext": "node --no-warnings=ExperimentalWarning --loader=ts-node/esm ../../tools/fix-ext.mts" | ||
"tsc:cjs": "tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs" | ||
}, | ||
@@ -94,3 +93,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "dd31d57ed3b1d0771e24cc34bc72e5bedb63a1d7" | ||
"gitHead": "2b29f261c4c7d85a00c1a2305d97ee10e3c15b68" | ||
} |
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
18081
Updated@inquirer/core@^3.1.2
Updated@inquirer/type@^1.1.2