@inquirer/select
Advanced tools
Comparing version 0.0.21-alpha.0 to 0.0.22-alpha.0
{ | ||
"name": "@inquirer/select", | ||
"type": "module", | ||
"version": "0.0.21-alpha.0", | ||
"version": "0.0.22-alpha.0", | ||
"description": "Inquirer select/list prompt", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
"dist/" | ||
], | ||
"repository": "SBoudrias/Inquirer.js", | ||
@@ -18,3 +22,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@inquirer/core": "^0.0.21-alpha.0", | ||
"@inquirer/core": "^0.0.22-alpha.0", | ||
"ansi-escapes": "^5.0.0", | ||
@@ -24,6 +28,9 @@ "chalk": "^5.0.1", | ||
}, | ||
"scripts": { | ||
"tsc": "tsc" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "cd0d1465327c0e98a89c937a80b7c473b6d00f74" | ||
"gitHead": "1d5e7e3d15c86851f2e5df2bb9f55084ba231c54" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
6480
73
1
+ Added@inquirer/core@0.0.22-alpha.0(transitive)
- Removed@inquirer/core@0.0.21-alpha.0(transitive)