@pnpm/read-project-manifest
Advanced tools
Comparing version 5.0.4 to 5.0.5
@@ -200,3 +200,3 @@ "use strict"; | ||
function normalize(manifest) { | ||
const result = {}; // eslint-disable-line @typescript-eslint/no-explicit-any | ||
const result = {}; | ||
for (const key in manifest) { | ||
@@ -203,0 +203,0 @@ if (Object.prototype.hasOwnProperty.call(manifest, key)) { |
{ | ||
"name": "@pnpm/read-project-manifest", | ||
"version": "5.0.4", | ||
"version": "5.0.5", | ||
"description": "Read a project manifest (called package.json in most cases)", | ||
@@ -35,3 +35,3 @@ "main": "lib/index.js", | ||
"@pnpm/error": "5.0.2", | ||
"@pnpm/graceful-fs": "3.0.0", | ||
"@pnpm/graceful-fs": "3.1.0", | ||
"@pnpm/text.comments-parser": "2.0.0", | ||
@@ -46,3 +46,3 @@ "@pnpm/types": "9.2.0", | ||
"tempy": "^1.0.1", | ||
"@pnpm/read-project-manifest": "5.0.4" | ||
"@pnpm/read-project-manifest": "5.0.5" | ||
}, | ||
@@ -49,0 +49,0 @@ "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
20971
+ Added@pnpm/graceful-fs@3.1.0(transitive)
- Removed@pnpm/graceful-fs@3.0.0(transitive)
Updated@pnpm/graceful-fs@3.1.0