@lesjoursfr/bin-wrapper
Advanced tools
Comparing version 12.1.6 to 12.1.7
{ | ||
"name": "@lesjoursfr/bin-wrapper", | ||
"version": "12.1.6", | ||
"version": "12.1.7", | ||
"description": "Binary wrapper that makes your programs seamlessly available as local dependencies", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"engines": { | ||
"node": "20.x || 22.x" | ||
"node": "20.x || 22.x || 24.x" | ||
}, | ||
@@ -49,8 +49,8 @@ "exports": "./lib/index.js", | ||
"dependencies": { | ||
"@lesjoursfr/bin-check": "^7.1.6", | ||
"@lesjoursfr/bin-version": "^7.1.6", | ||
"@lesjoursfr/bin-check": "^7.1.7", | ||
"@lesjoursfr/bin-version": "^7.1.7", | ||
"arch": "^3.0.0", | ||
"axios": "^1.7.2", | ||
"axios": "^1.7.9", | ||
"content-disposition": "^0.5.4", | ||
"file-type": "^19.3.0", | ||
"file-type": "^19.6.0", | ||
"semver": "^7.6.3", | ||
@@ -61,22 +61,22 @@ "semver-truncate": "^3.0.0", | ||
"devDependencies": { | ||
"@eslint/js": "^9.8.0", | ||
"@eslint/js": "^9.16.0", | ||
"@tsconfig/node20": "^20.1.4", | ||
"@types/content-disposition": "^0.5.8", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^20.14.13", | ||
"@types/mocha": "^10.0.10", | ||
"@types/node": "^22.10.1", | ||
"@types/semver": "^7.5.8", | ||
"@types/tar": "^6.1.13", | ||
"eslint": "^9.8.0", | ||
"eslint": "^9.16.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"globals": "^15.8.0", | ||
"globals": "^15.13.0", | ||
"isexe": "^3.1.1", | ||
"mocha": "^10.7.0", | ||
"nock": "^13.5.4", | ||
"prettier": "^3.3.3", | ||
"mocha": "^11.0.1", | ||
"nock": "^13.5.6", | ||
"prettier": "^3.4.2", | ||
"tempy": "^3.1.0", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.5.4", | ||
"typescript-eslint": "^8.0.0" | ||
"typescript": "^5.7.2", | ||
"typescript-eslint": "^8.17.0" | ||
}, | ||
"packageManager": "yarn@4.3.1" | ||
"packageManager": "yarn@4.5.3" | ||
} |
@@ -55,4 +55,4 @@ [![npm version](https://badge.fury.io/js/@lesjoursfr%2Fbin-wrapper.svg)](https://badge.fury.io/js/@lesjoursfr%2Fbin-wrapper) | ||
- Type: `boolean` | ||
- Default: `false` | ||
- Type: `boolean` | ||
- Default: `false` | ||
@@ -63,4 +63,4 @@ Whether to skip the binary check or not. | ||
- Type: `number` | ||
- Default: `1` | ||
- Type: `number` | ||
- Default: `1` | ||
@@ -127,4 +127,4 @@ Strip a number of leading paths from file names on extraction. | ||
- Type: `Array` | ||
- Default: `['--version']` | ||
- Type: `Array` | ||
- Default: `['--version']` | ||
@@ -131,0 +131,0 @@ Command to run the binary with. If it exits with code `0` it means that the |
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@lesjoursfr/bin-check@^7.1.7
Updatedaxios@^1.7.9
Updatedfile-type@^19.6.0