@inquirer/select
Advanced tools
Comparing version 2.3.3 to 2.3.4
{ | ||
"name": "@inquirer/select", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "Inquirer select/list prompt", | ||
@@ -57,5 +57,5 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"@inquirer/core": "^8.2.0", | ||
"@inquirer/figures": "^1.0.1", | ||
"@inquirer/type": "^1.3.1", | ||
"@inquirer/core": "^8.2.1", | ||
"@inquirer/figures": "^1.0.2", | ||
"@inquirer/type": "^1.3.2", | ||
"ansi-escapes": "^4.3.2", | ||
@@ -65,3 +65,3 @@ "chalk": "^4.1.2" | ||
"devDependencies": { | ||
"@inquirer/testing": "^2.1.19" | ||
"@inquirer/testing": "^2.1.20" | ||
}, | ||
@@ -72,2 +72,3 @@ "scripts": { | ||
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs", | ||
"dev": "tsc -p ./tsconfig.json --watch", | ||
"attw": "attw --pack" | ||
@@ -93,3 +94,3 @@ }, | ||
}, | ||
"gitHead": "27d1c0ae9e88edbc9bebcf58901a5104022074a9" | ||
"gitHead": "a2d925494f290e9c491457413c9f792e24d85c91" | ||
} |
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
27682
Updated@inquirer/core@^8.2.1
Updated@inquirer/figures@^1.0.2
Updated@inquirer/type@^1.3.2