@pnpm/lockfile-file
Advanced tools
Comparing version 7.0.5 to 7.0.6
@@ -78,6 +78,6 @@ "use strict"; | ||
} | ||
for (const key of ['specifiers', 'dependencies', 'devDependencies', 'optionalDependencies', 'time']) { | ||
for (const key of ['specifiers', 'dependencies', 'devDependencies', 'optionalDependencies', 'time', 'patchedDependencies']) { | ||
if (!lockfile[key]) | ||
continue; | ||
lockfile[key] = (0, sort_keys_1.default)(lockfile[key]); | ||
lockfile[key] = (0, sort_keys_1.default)(lockfile[key]); // eslint-disable-line @typescript-eslint/no-explicit-any | ||
} | ||
@@ -84,0 +84,0 @@ return (0, sort_keys_1.default)(lockfile, { compare: compareRootKeys }); |
{ | ||
"name": "@pnpm/lockfile-file", | ||
"version": "7.0.5", | ||
"version": "7.0.6", | ||
"description": "Read/write pnpm-lock.yaml files", | ||
@@ -38,3 +38,3 @@ "main": "lib/index.js", | ||
"yaml-tag": "1.1.0", | ||
"@pnpm/lockfile-file": "7.0.5" | ||
"@pnpm/lockfile-file": "7.0.6" | ||
}, | ||
@@ -41,0 +41,0 @@ "dependencies": { |
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
84126