pnpm 7.1.9 → 7.3.0

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.
package/bin/pnpm.cjs CHANGED
@@ -2,8 +2,8 @@
2
2
  const [major, minor] = process.version.slice(1).split('.')
3
3
  const COMPATIBILITY_PAGE = `Visit https://r.pnpm.io/comp to see the list of past pnpm versions with respective Node.js version support.`
4
4
 
5
- if (major < 14 || major == 14 && minor < 19) {
6
- console.log(`ERROR: This version of pnpm requires at least Node.js v14.19
5
+ if (major < 14 || major == 14 && minor < 6) {
6
+ console.log(`ERROR: This version of pnpm requires at least Node.js v14.6
7
7
  The current version of Node.js is ${process.version}
8
8
  ${COMPATIBILITY_PAGE}`)
9
9
  process.exit(1)
@@ -7,11 +7,11 @@ included:
7
7
  injectedDeps: {}
8
8
  layoutVersion: 5
9
9
  nodeLinker: hoisted
10
- packageManager: pnpm@7.1.8
10
+ packageManager: pnpm@7.2.1
11
11
  pendingBuilds:
12
12
  - /node-gyp/8.4.1
13
13
  - /encoding/0.1.13
14
- prunedAt: Mon, 06 Jun 2022 00:38:35 GMT
14
+ prunedAt: Sat, 18 Jun 2022 20:56:14 GMT
15
15
  publicHoistPattern:
16
16
  - '*eslint*'
17
17
  - '*prettier*'
@@ -570,7 +570,7 @@ packages:
570
570
  optional: true
571
571
 
572
572
  /retry/0.12.0:
573
- resolution: {integrity: sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=}
573
+ resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==}
574
574
  engines: {node: '>= 4'}
575
575
  dev: false
576
576
  optional: true
@@ -603,7 +603,7 @@ packages:
603
603
  optional: true
604
604
 
605
605
  /set-blocking/2.0.0:
606
- resolution: {integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc=}
606
+ resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==}
607
607
  dev: false
608
608
  optional: true
609
609
 
@@ -700,7 +700,7 @@ packages:
700
700
  optional: true
701
701
 
702
702
  /util-deprecate/1.0.2:
703
- resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=}
703
+ resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
704
704
  dev: false
705
705
  optional: true
706
706
 
@@ -721,7 +721,7 @@ packages:
721
721
  optional: true
722
722
 
723
723
  /wrappy/1.0.2:
724
- resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=}
724
+ resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
725
725
  dev: false
726
726
  optional: true
727
727