@inquirer/select
Advanced tools
Comparing version 3.0.1 to 4.0.0
{ | ||
"name": "@inquirer/select", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"description": "Inquirer select/list prompt", | ||
"main": "./dist/cjs/index.js", | ||
"typings": "./dist/cjs/types/index.d.ts", | ||
"files": [ | ||
"dist/**/*" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SBoudrias/Inquirer.js.git" | ||
}, | ||
"keywords": [ | ||
@@ -53,9 +44,38 @@ "answer", | ||
], | ||
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/select/README.md", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SBoudrias/Inquirer.js.git" | ||
}, | ||
"license": "MIT", | ||
"author": "Simon Boudrias <admin@simonboudrias.com>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/select/README.md", | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": { | ||
"types": "./dist/esm/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/commonjs/index.d.ts", | ||
"default": "./dist/commonjs/index.js" | ||
} | ||
} | ||
}, | ||
"main": "./dist/commonjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/commonjs/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"attw": "attw --pack", | ||
"tsc": "tshy" | ||
}, | ||
"dependencies": { | ||
"@inquirer/core": "^9.2.1", | ||
"@inquirer/figures": "^1.0.6", | ||
"@inquirer/type": "^2.0.0", | ||
"@inquirer/core": "^10.0.0", | ||
"@inquirer/figures": "^1.0.7", | ||
"@inquirer/type": "^3.0.0", | ||
"ansi-escapes": "^4.3.2", | ||
@@ -65,9 +85,9 @@ "yoctocolors-cjs": "^2.1.2" | ||
"devDependencies": { | ||
"@inquirer/testing": "^2.1.34" | ||
"@arethetypeswrong/cli": "^0.16.4", | ||
"@inquirer/testing": "^2.1.35", | ||
"@repo/tsconfig": "workspace:*", | ||
"tshy": "^3.0.2" | ||
}, | ||
"scripts": { | ||
"tsc": "yarn run tsc:esm && yarn run tsc:cjs", | ||
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json", | ||
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs", | ||
"attw": "attw --pack" | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
@@ -77,19 +97,12 @@ "publishConfig": { | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/esm/types/index.d.mts", | ||
"default": "./dist/esm/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/cjs/types/index.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
} | ||
"tshy": { | ||
"exclude": [ | ||
"src/**/*.test.ts" | ||
], | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": "./src/index.ts" | ||
} | ||
}, | ||
"sideEffects": false, | ||
"gitHead": "9e29035c2efc78f44aed3c7732aee46ab1d64ca2" | ||
"gitHead": "483189975eb5ea7d214c265a5ce108544c2bf1a5" | ||
} |
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
9
371
Yes
22434
4
1
+ Added@inquirer/core@10.0.1(transitive)
+ Added@inquirer/type@3.0.0(transitive)
+ Addedmute-stream@2.0.0(transitive)
- Removed@inquirer/core@9.2.1(transitive)
- Removed@inquirer/type@2.0.0(transitive)
- Removed@types/mute-stream@0.0.4(transitive)
- Removed@types/wrap-ansi@3.0.0(transitive)
- Removedmute-stream@1.0.0(transitive)
Updated@inquirer/core@^10.0.0
Updated@inquirer/figures@^1.0.7
Updated@inquirer/type@^3.0.0