@pnpm/read-package-json
Advanced tools
Comparing version 5.0.0 to 5.0.1
# @pnpm/read-package-json | ||
## 5.0.1 | ||
### Patch Changes | ||
- Updated dependencies [97c64bae4] | ||
- @pnpm/types@7.1.0 | ||
## 5.0.0 | ||
@@ -4,0 +11,0 @@ |
@@ -13,4 +13,4 @@ "use strict"; | ||
try { | ||
const manifest = await (0, load_json_file_1.default)(pkgPath); | ||
(0, normalize_package_data_1.default)(manifest); | ||
const manifest = await load_json_file_1.default(pkgPath); | ||
normalize_package_data_1.default(manifest); | ||
return manifest; | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "@pnpm/read-package-json", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Read a package.json", | ||
@@ -14,9 +14,2 @@ "main": "lib/index.js", | ||
], | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-package-json", | ||
@@ -34,7 +27,13 @@ "keywords": [ | ||
"@pnpm/error": "2.0.0", | ||
"@pnpm/types": "7.0.0", | ||
"@pnpm/types": "7.1.0", | ||
"load-json-file": "^6.2.0", | ||
"normalize-package-data": "^3.0.2" | ||
}, | ||
"funding": "https://opencollective.com/pnpm" | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"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
6125
+ Added@pnpm/types@7.1.0(transitive)
- Removed@pnpm/types@7.0.0(transitive)
Updated@pnpm/types@7.1.0