@pnpm/pnpmfile
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -7,1 +7,2 @@ "use strict"; | ||
exports.requirePnpmfile = requirePnpmfile_1.default; | ||
//# sourceMappingURL=index.js.map |
@@ -55,1 +55,2 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=requireHooks.js.map |
@@ -80,1 +80,2 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=requirePnpmfile.js.map |
{ | ||
"name": "@pnpm/pnpmfile", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Reading a pnpmfile.js", | ||
@@ -8,12 +8,14 @@ "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": "rimraf lib && tsc", | ||
"test": "pnpm run tsc && ts-node test --type-check", | ||
"prepublishOnly": "pnpm run tsc" | ||
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/pnpmfile/coverage ts-node packages/pnpmfile/test --type-check", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" | ||
}, | ||
@@ -29,11 +31,11 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/pnpmfile", | ||
}, | ||
"homepage": "https://pnpm.js.org", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/pnpmfile#readme", | ||
"devDependencies": { | ||
"@pnpm/logger": "^3.1.0", | ||
"@pnpm/pnpmfile": "link:", | ||
"@types/ramda": "^0.26.43" | ||
"@types/ramda": "^0.26.44" | ||
}, | ||
"dependencies": { | ||
"@pnpm/core-loggers": "4.0.1", | ||
"@pnpm/error": "1.1.0", | ||
"@pnpm/error": "1.2.0", | ||
"@pnpm/types": "5.0.0", | ||
@@ -40,0 +42,0 @@ "chalk": "3.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
No website
QualityPackage does not have a website.
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
9514
2
+ Added@pnpm/error@1.2.0(transitive)
- Removed@pnpm/error@1.1.0(transitive)
Updated@pnpm/error@1.2.0