@pnpm/read-package-json
Advanced tools
Comparing version 3.1.8 to 3.1.9
# @pnpm/read-package-json | ||
## 3.1.9 | ||
### Patch Changes | ||
- Updated dependencies [9ad8c27bf] | ||
- @pnpm/types@6.4.0 | ||
## 3.1.8 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@pnpm/read-package-json", | ||
"version": "3.1.8", | ||
"version": "3.1.9", | ||
"description": "Read a package.json", | ||
@@ -16,3 +16,3 @@ "main": "lib/index.js", | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/read-package-json/coverage ts-node packages/read-package-json/test --type-check", | ||
"_test": "jest", | ||
"test": "pnpm run compile && pnpm run _test", | ||
@@ -34,10 +34,7 @@ "prepublishOnly": "pnpm run compile", | ||
"dependencies": { | ||
"@pnpm/error": "^1.4.0", | ||
"@pnpm/types": "^6.3.1", | ||
"@pnpm/error": "1.4.0", | ||
"@pnpm/types": "6.4.0", | ||
"read-package-json": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@pnpm/read-package-json": "link:" | ||
}, | ||
"funding": "https://opencollective.com/pnpm" | ||
} |
Sorry, the diff of this file is not supported yet
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
0
5655
Updated@pnpm/error@1.4.0
Updated@pnpm/types@6.4.0