pnpm 7.13.2 → 7.13.4

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
@@ -12,6 +12,7 @@ ${COMPATIBILITY_PAGE}`)
12
12
  process.exit(1)
13
13
  }
14
14
 
15
+ global['pnpm__startedAt'] = Date.now()
15
16
  require('../dist/pnpm.cjs')
16
17
 
17
18
  // if you want to debug at your local env, you can use this
@@ -7,11 +7,11 @@ included:
7
7
  injectedDeps: {}
8
8
  layoutVersion: 5
9
9
  nodeLinker: hoisted
10
- packageManager: pnpm@7.13.1
10
+ packageManager: pnpm@7.13.3
11
11
  pendingBuilds:
12
12
  - /node-gyp/9.2.0
13
13
  - /encoding/0.1.13
14
- prunedAt: Wed, 05 Oct 2022 21:29:54 GMT
14
+ prunedAt: Mon, 10 Oct 2022 16:17:14 GMT
15
15
  publicHoistPattern:
16
16
  - '*eslint*'
17
17
  - '*prettier*'