@pnpm/resolver-base
Advanced tools
Comparing version 7.0.0 to 7.0.1-alpha.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnpm/resolver-base", | ||
"version": "7.0.0", | ||
"version": "7.0.1-alpha.0", | ||
"description": "Types for pnpm-compatible resolvers", | ||
@@ -8,3 +8,4 @@ "main": "lib/index.js", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"!*.map" | ||
], | ||
@@ -14,5 +15,5 @@ "scripts": { | ||
"lint": "tslint -c ../../tslint.json --project .", | ||
"tsc": "rimraf lib && tsc --pretty", | ||
"test": "pnpm run tsc", | ||
"prepublishOnly": "pnpm run tsc" | ||
"test": "pnpm run compile", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" | ||
}, | ||
@@ -25,3 +26,3 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/resolver-base", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=10.13" | ||
}, | ||
@@ -32,7 +33,8 @@ "author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
"dependencies": { | ||
"@pnpm/types": "5.0.0" | ||
"@pnpm/types": "6.0.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"rimraf": "3.0.0" | ||
} | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"funding": "https://opencollective.com/pnpm" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
4660
0
6
0
2
+ Added@pnpm/types@6.0.0-alpha.0(transitive)
- Removed@pnpm/types@5.0.0(transitive)
Updated@pnpm/types@6.0.0-alpha.0