pnpm 7.7.1 → 7.9.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/pnpx.cjs CHANGED
@@ -14,4 +14,6 @@ ${COMPATIBILITY_PAGE}`)
14
14
  process.exit(1)
15
15
  }
16
16
 
17
- require('../dist/pnpx.cjs')
17
+ process.argv = [...process.argv.slice(0, 2), 'dlx', ...process.argv.slice(2)]
18
+
19
+ require('../dist/pnpm.cjs')
@@ -7,11 +7,11 @@ included:
7
7
  injectedDeps: {}
8
8
  layoutVersion: 5
9
9
  nodeLinker: hoisted
10
- packageManager: pnpm@7.7.0
10
+ packageManager: pnpm@7.9.0-0
11
11
  pendingBuilds:
12
12
  - /node-gyp/8.4.1
13
13
  - /encoding/0.1.13
14
- prunedAt: Sat, 30 Jul 2022 09:37:18 GMT
14
+ prunedAt: Sat, 06 Aug 2022 15:35:00 GMT
15
15
  publicHoistPattern:
16
16
  - '*eslint*'
17
17
  - '*prettier*'