@pnpm/local-resolver
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -59,1 +59,2 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=index.js.map |
@@ -82,1 +82,2 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=parsePref.js.map |
{ | ||
"name": "@pnpm/local-resolver", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Resolver for local packages", | ||
@@ -8,13 +8,15 @@ "main": "lib/index.js", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"!*.map" | ||
], | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=10.13" | ||
}, | ||
"scripts": { | ||
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts", | ||
"tsc": "tsc", | ||
"test": "pnpm run tsc && ts-node test --ts-node", | ||
"prepublishOnly": "pnpm run tsc", | ||
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix" | ||
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/local-resolver/coverage ts-node packages/local-resolver/test --type-check", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"prepublishOnly": "pnpm run compile", | ||
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" | ||
}, | ||
@@ -34,4 +36,4 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/local-resolver", | ||
"dependencies": { | ||
"@pnpm/error": "1.1.0", | ||
"@pnpm/read-project-manifest": "1.0.1", | ||
"@pnpm/error": "1.2.0", | ||
"@pnpm/read-project-manifest": "1.0.2", | ||
"@pnpm/resolver-base": "7.0.0", | ||
@@ -38,0 +40,0 @@ "@pnpm/types": "5.0.0", |
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
9431
+ Added@pnpm/error@1.2.0(transitive)
+ Added@pnpm/read-project-manifest@1.0.2(transitive)
+ Addedjson5@2.1.2(transitive)
- Removed@pnpm/error@1.1.0(transitive)
- Removed@pnpm/read-project-manifest@1.0.1(transitive)
- Removedjson5@2.1.1(transitive)
Updated@pnpm/error@1.2.0