@pnpm/package-is-installable
Advanced tools
Comparing version 4.0.8-alpha.0 to 4.0.8
# @pnpm/package-is-installable | ||
## 4.0.8 | ||
### Patch Changes | ||
- Updated dependencies [da091c711] | ||
- @pnpm/types@6.0.0 | ||
- @pnpm/core-loggers@4.0.2 | ||
- @pnpm/error@1.2.1 | ||
## 4.0.8-alpha.0 | ||
### Patch Changes | ||
@@ -5,0 +15,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.UnsupportedEngineError = void 0; | ||
const error_1 = require("@pnpm/error"); | ||
@@ -4,0 +5,0 @@ const semver = require("semver"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.UnsupportedPlatformError = void 0; | ||
const error_1 = require("@pnpm/error"); | ||
@@ -4,0 +5,0 @@ class UnsupportedPlatformError extends error_1.default { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.checkPackage = exports.UnsupportedPlatformError = exports.UnsupportedEngineError = void 0; | ||
const core_loggers_1 = require("@pnpm/core-loggers"); | ||
const checkEngine_1 = require("./checkEngine"); | ||
exports.UnsupportedEngineError = checkEngine_1.UnsupportedEngineError; | ||
Object.defineProperty(exports, "UnsupportedEngineError", { enumerable: true, get: function () { return checkEngine_1.UnsupportedEngineError; } }); | ||
const checkPlatform_1 = require("./checkPlatform"); | ||
exports.UnsupportedPlatformError = checkPlatform_1.UnsupportedPlatformError; | ||
Object.defineProperty(exports, "UnsupportedPlatformError", { enumerable: true, get: function () { return checkPlatform_1.UnsupportedPlatformError; } }); | ||
function packageIsInstallable(pkgId, pkg, options) { | ||
@@ -9,0 +10,0 @@ const warn = checkPackage(pkgId, pkg, options); |
{ | ||
"name": "@pnpm/package-is-installable", | ||
"version": "4.0.8-alpha.0", | ||
"version": "4.0.8", | ||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
@@ -31,5 +31,5 @@ "description": "Checks if a package is installable on the current system", | ||
"dependencies": { | ||
"@pnpm/core-loggers": "4.0.2-alpha.0", | ||
"@pnpm/core-loggers": "4.0.2", | ||
"@pnpm/error": "1.2.0", | ||
"@pnpm/types": "6.0.0-alpha.0", | ||
"@pnpm/types": "6.0.0", | ||
"semver": "^7.3.2" | ||
@@ -40,3 +40,3 @@ }, | ||
"@pnpm/package-is-installable": "link:", | ||
"@types/semver": "^7.1.0" | ||
"@types/semver": "^7.2.0" | ||
}, | ||
@@ -43,0 +43,0 @@ "bugs": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9858
180
1
+ Added@pnpm/core-loggers@4.0.2(transitive)
+ Added@pnpm/types@6.0.0(transitive)
- Removed@pnpm/core-loggers@4.0.2-alpha.0(transitive)
- Removed@pnpm/types@6.0.0-alpha.0(transitive)
Updated@pnpm/core-loggers@4.0.2
Updated@pnpm/types@6.0.0