@pnpm/read-project-manifest
Advanced tools
Comparing version 1.1.0 to 1.1.1
# @pnpm/read-project-manifest | ||
## 1.1.1 | ||
### Patch Changes | ||
- Updated dependencies [d54043ee4] | ||
- @pnpm/types@6.3.0 | ||
- @pnpm/write-project-manifest@1.1.2 | ||
## 1.1.0 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@pnpm/read-project-manifest", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Read a project manifest (called package.json in most cases)", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=10.14" | ||
"node": ">=10.16" | ||
}, | ||
@@ -34,4 +34,4 @@ "files": [ | ||
"@pnpm/error": "1.3.1", | ||
"@pnpm/types": "^6.2.0", | ||
"@pnpm/write-project-manifest": "1.1.1", | ||
"@pnpm/types": "^6.3.0", | ||
"@pnpm/write-project-manifest": "1.1.2", | ||
"detect-indent": "^6.0.0", | ||
@@ -44,3 +44,3 @@ "fast-deep-equal": "^3.1.3", | ||
"read-yaml-file": "^2.0.0", | ||
"sort-keys": "^4.0.0", | ||
"sort-keys": "^4.1.0", | ||
"strip-bom": "^4.0.0" | ||
@@ -54,5 +54,5 @@ }, | ||
"@types/parse-json": "^4.0.0", | ||
"tempy": "^0.7.0" | ||
"tempy": "^1.0.0" | ||
}, | ||
"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
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
14136
+ Added@pnpm/write-project-manifest@1.1.2(transitive)
- Removed@pnpm/write-project-manifest@1.1.1(transitive)
Updated@pnpm/types@^6.3.0
Updatedsort-keys@^4.1.0