pnpm 7.11.0 → 7.11.1-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.
@@ -7,11 +7,11 @@ included:
7
7
  injectedDeps: {}
8
8
  layoutVersion: 5
9
9
  nodeLinker: hoisted
10
- packageManager: pnpm@7.10.0
10
+ packageManager: pnpm@7.11.0
11
11
  pendingBuilds:
12
12
  - /node-gyp/9.1.0
13
13
  - /encoding/0.1.13
14
- prunedAt: Mon, 05 Sep 2022 09:55:03 GMT
14
+ prunedAt: Wed, 07 Sep 2022 18:58:29 GMT
15
15
  publicHoistPattern:
16
16
  - '*eslint*'
17
17
  - '*prettier*'
package/dist/pnpm.cjs CHANGED
@@ -3206,7 +3206,7 @@ var require_lib4 = __commonJS({
3206
3206
  var load_json_file_1 = __importDefault(require_load_json_file());
3207
3207
  var defaultManifest = {
3208
3208
  name: "pnpm" != null && true ? "pnpm" : "pnpm",
3209
- version: "7.11.0" != null && true ? "7.11.0" : "0.0.0"
3209
+ version: "7.11.1-0" != null && true ? "7.11.1-0" : "0.0.0"
3210
3210
  };
3211
3211
  var pkgJson;
3212
3212
  if (require.main == null) {
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": "7.11.0",
4
+ "version": "7.11.1-0",
5
5
  "bin": {
6
6
  "pnpm": "bin/pnpm.cjs",
7
7
  "pnpx": "bin/pnpx.cjs"