pnpm 6.20.2 → 6.20.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/pnpm.cjs +4 -4
  2. package/package.json +2 -2
package/dist/pnpm.cjs CHANGED
@@ -3165,7 +3165,7 @@ var require_lib4 = __commonJS({
3165
3165
  var load_json_file_1 = __importDefault(require_load_json_file());
3166
3166
  var defaultManifest = {
3167
3167
  name: "pnpm" != null && true ? "pnpm" : "pnpm",
3168
- version: "6.20.2" != null && true ? "6.20.2" : "0.0.0"
3168
+ version: "6.20.3" != null && true ? "6.20.3" : "0.0.0"
3169
3169
  };
3170
3170
  var pkgJson;
3171
3171
  if (require.main == null) {
@@ -113392,13 +113392,13 @@ var require_lib89 = __commonJS({
113392
113392
  });
113393
113393
  for (const { id, manifest } of projectsToLink) {
113394
113394
  for (const [alias, depPath] of Object.entries(dependenciesByProjectId[id])) {
113395
- const depNode = dependenciesGraph[depPath];
113396
- if (depNode.isPure)
113397
- continue;
113398
113395
  const projectSnapshot = opts.wantedLockfile.importers[id];
113399
113396
  if (manifest.dependenciesMeta != null) {
113400
113397
  projectSnapshot.dependenciesMeta = manifest.dependenciesMeta;
113401
113398
  }
113399
+ const depNode = dependenciesGraph[depPath];
113400
+ if (depNode.isPure)
113401
+ continue;
113402
113402
  const ref = (0, depPathToRef_1.default)(depPath, {
113403
113403
  alias,
113404
113404
  realName: depNode.name,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pnpm",
3
3
  "description": "Fast, disk space efficient package manager",
4
- "version": "6.20.2",
4
+ "version": "6.20.3",
5
5
  "bin": {
6
6
  "pnpm": "bin/pnpm.cjs",
7
7
  "pnpx": "bin/pnpx.cjs"
@@ -42,7 +42,7 @@
42
42
  "@pnpm/pick-registry-for-package": "workspace:2.0.5",
43
43
  "@pnpm/plugin-commands-audit": "workspace:5.1.19",
44
44
  "@pnpm/plugin-commands-env": "workspace:1.2.4",
45
- "@pnpm/plugin-commands-installation": "workspace:7.2.0",
45
+ "@pnpm/plugin-commands-installation": "workspace:7.2.1",
46
46
  "@pnpm/plugin-commands-listing": "workspace:4.0.20",
47
47
  "@pnpm/plugin-commands-outdated": "workspace:5.0.26",
48
48
  "@pnpm/plugin-commands-publishing": "workspace:4.2.22",