@pnpm/package-is-installable
Advanced tools
Comparing version 5.0.0 to 5.0.1
# @pnpm/package-is-installable | ||
## 5.0.1 | ||
### Patch Changes | ||
- Updated dependencies [97c64bae4] | ||
- @pnpm/types@7.1.0 | ||
- @pnpm/core-loggers@6.0.1 | ||
## 5.0.0 | ||
@@ -4,0 +12,0 @@ |
@@ -56,3 +56,3 @@ "use strict"; | ||
var _a, _b, _c, _d; | ||
return (_c = (0, checkPlatform_1.default)(pkgId, { | ||
return (_c = checkPlatform_1.default(pkgId, { | ||
cpu: (_a = manifest.cpu) !== null && _a !== void 0 ? _a : ['any'], | ||
@@ -62,3 +62,3 @@ os: (_b = manifest.os) !== null && _b !== void 0 ? _b : ['any'], | ||
? null | ||
: (0, checkEngine_1.default)(pkgId, manifest.engines, { | ||
: checkEngine_1.default(pkgId, manifest.engines, { | ||
node: (_d = options.nodeVersion) !== null && _d !== void 0 ? _d : process.version, | ||
@@ -65,0 +65,0 @@ pnpm: options.pnpmVersion, |
{ | ||
"name": "@pnpm/package-is-installable", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Checks if a package is installable on the current system", | ||
@@ -21,14 +21,6 @@ "main": "lib/index.js", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/package-is-installable#readme", | ||
"scripts": { | ||
"start": "pnpm run tsc -- --watch", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
}, | ||
"dependencies": { | ||
"@pnpm/core-loggers": "6.0.0", | ||
"@pnpm/core-loggers": "6.0.1", | ||
"@pnpm/error": "2.0.0", | ||
"@pnpm/types": "7.0.0", | ||
"@pnpm/types": "7.1.0", | ||
"semver": "^7.3.4" | ||
@@ -43,3 +35,10 @@ }, | ||
}, | ||
"funding": "https://opencollective.com/pnpm" | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"start": "pnpm run tsc -- --watch", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
} | ||
} |
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
12611
+ Added@pnpm/core-loggers@6.0.1(transitive)
+ Added@pnpm/types@7.1.0(transitive)
- Removed@pnpm/core-loggers@6.0.0(transitive)
- Removed@pnpm/types@7.0.0(transitive)
Updated@pnpm/core-loggers@6.0.1
Updated@pnpm/types@7.1.0