pnpm 7.4.0 → 7.5.1
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/README.md +3 -0
- package/dist/node_modules/.modules.yaml +2 -2
- package/dist/node_modules/.pnpm/lock.yaml +14 -14
- package/dist/node_modules/minipass/package.json +1 -1
- package/dist/pnpm.cjs +601 -680
- package/dist/pnpx.cjs +600 -679
- package/package.json +50 -51
package/README.md
CHANGED
|
@@ -40,6 +40,9 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
40
40
|
<td align="center" valign="middle">
|
|
41
41
|
<a href="https://nhost.io/?utm_source=pnpm&utm_medium=readme" target="_blank"><img src="https://raw.githubusercontent.com/pnpm/pnpm.github.io/main/static/img/users/nhost.svg" width="180"></a>
|
|
42
42
|
</td>
|
|
43
|
+
<td align="center" valign="middle">
|
|
44
|
+
<a href="https://novu.co/?utm_source=pnpm&utm_medium=readme" target="_blank"><img src="https://raw.githubusercontent.com/pnpm/pnpm.github.io/main/static/img/users/novu.svg" width="180"></a>
|
|
45
|
+
</td>
|
|
43
46
|
</tr>
|
|
44
47
|
</table>
|
|
45
48
|
|
|
@@ -7,11 +7,11 @@ included:
|
|
|
7
7
|
injectedDeps: {}
|
|
8
8
|
layoutVersion: 5
|
|
9
9
|
nodeLinker: hoisted
|
|
10
|
-
packageManager: pnpm@7.
|
|
10
|
+
packageManager: pnpm@7.5.0
|
|
11
11
|
pendingBuilds:
|
|
12
12
|
- /node-gyp/8.4.1
|
|
13
13
|
- /encoding/0.1.13
|
|
14
|
-
prunedAt:
|
|
14
|
+
prunedAt: Mon, 11 Jul 2022 23:52:21 GMT
|
|
15
15
|
publicHoistPattern:
|
|
16
16
|
- '*eslint*'
|
|
17
17
|
- '*prettier*'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
lockfileVersion: 5.4
|
|
2
2
|
|
|
3
3
|
specifiers:
|
|
4
|
-
node-gyp: ^8.
|
|
4
|
+
node-gyp: ^8.4.1
|
|
5
5
|
|
|
6
6
|
optionalDependencies:
|
|
7
7
|
node-gyp: 8.4.1
|
|
@@ -116,7 +116,7 @@ packages:
|
|
|
116
116
|
glob: 7.2.3
|
|
117
117
|
infer-owner: 1.0.4
|
|
118
118
|
lru-cache: 6.0.0
|
|
119
|
-
minipass: 3.3.
|
|
119
|
+
minipass: 3.3.4
|
|
120
120
|
minipass-collect: 1.0.2
|
|
121
121
|
minipass-flush: 1.0.5
|
|
122
122
|
minipass-pipeline: 1.2.4
|
|
@@ -212,7 +212,7 @@ packages:
|
|
|
212
212
|
resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
|
|
213
213
|
engines: {node: '>= 8'}
|
|
214
214
|
dependencies:
|
|
215
|
-
minipass: 3.3.
|
|
215
|
+
minipass: 3.3.4
|
|
216
216
|
dev: false
|
|
217
217
|
optional: true
|
|
218
218
|
|
|
@@ -371,7 +371,7 @@ packages:
|
|
|
371
371
|
https-proxy-agent: 5.0.1
|
|
372
372
|
is-lambda: 1.0.1
|
|
373
373
|
lru-cache: 6.0.0
|
|
374
|
-
minipass: 3.3.
|
|
374
|
+
minipass: 3.3.4
|
|
375
375
|
minipass-collect: 1.0.2
|
|
376
376
|
minipass-fetch: 1.4.1
|
|
377
377
|
minipass-flush: 1.0.5
|
|
@@ -397,7 +397,7 @@ packages:
|
|
|
397
397
|
resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==}
|
|
398
398
|
engines: {node: '>= 8'}
|
|
399
399
|
dependencies:
|
|
400
|
-
minipass: 3.3.
|
|
400
|
+
minipass: 3.3.4
|
|
401
401
|
dev: false
|
|
402
402
|
optional: true
|
|
403
403
|
|
|
@@ -405,7 +405,7 @@ packages:
|
|
|
405
405
|
resolution: {integrity: sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==}
|
|
406
406
|
engines: {node: '>=8'}
|
|
407
407
|
dependencies:
|
|
408
|
-
minipass: 3.3.
|
|
408
|
+
minipass: 3.3.4
|
|
409
409
|
minipass-sized: 1.0.3
|
|
410
410
|
minizlib: 2.1.2
|
|
411
411
|
optionalDependencies:
|
|
@@ -417,7 +417,7 @@ packages:
|
|
|
417
417
|
resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==}
|
|
418
418
|
engines: {node: '>= 8'}
|
|
419
419
|
dependencies:
|
|
420
|
-
minipass: 3.3.
|
|
420
|
+
minipass: 3.3.4
|
|
421
421
|
dev: false
|
|
422
422
|
optional: true
|
|
423
423
|
|
|
@@ -425,7 +425,7 @@ packages:
|
|
|
425
425
|
resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==}
|
|
426
426
|
engines: {node: '>=8'}
|
|
427
427
|
dependencies:
|
|
428
|
-
minipass: 3.3.
|
|
428
|
+
minipass: 3.3.4
|
|
429
429
|
dev: false
|
|
430
430
|
optional: true
|
|
431
431
|
|
|
@@ -433,12 +433,12 @@ packages:
|
|
|
433
433
|
resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==}
|
|
434
434
|
engines: {node: '>=8'}
|
|
435
435
|
dependencies:
|
|
436
|
-
minipass: 3.3.
|
|
436
|
+
minipass: 3.3.4
|
|
437
437
|
dev: false
|
|
438
438
|
optional: true
|
|
439
439
|
|
|
440
|
-
/minipass/3.3.
|
|
441
|
-
resolution: {integrity: sha512-
|
|
440
|
+
/minipass/3.3.4:
|
|
441
|
+
resolution: {integrity: sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw==}
|
|
442
442
|
engines: {node: '>=8'}
|
|
443
443
|
dependencies:
|
|
444
444
|
yallist: 4.0.0
|
|
@@ -449,7 +449,7 @@ packages:
|
|
|
449
449
|
resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==}
|
|
450
450
|
engines: {node: '>= 8'}
|
|
451
451
|
dependencies:
|
|
452
|
-
minipass: 3.3.
|
|
452
|
+
minipass: 3.3.4
|
|
453
453
|
yallist: 4.0.0
|
|
454
454
|
dev: false
|
|
455
455
|
optional: true
|
|
@@ -643,7 +643,7 @@ packages:
|
|
|
643
643
|
resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==}
|
|
644
644
|
engines: {node: '>= 8'}
|
|
645
645
|
dependencies:
|
|
646
|
-
minipass: 3.3.
|
|
646
|
+
minipass: 3.3.4
|
|
647
647
|
dev: false
|
|
648
648
|
optional: true
|
|
649
649
|
|
|
@@ -678,7 +678,7 @@ packages:
|
|
|
678
678
|
dependencies:
|
|
679
679
|
chownr: 2.0.0
|
|
680
680
|
fs-minipass: 2.1.0
|
|
681
|
-
minipass: 3.3.
|
|
681
|
+
minipass: 3.3.4
|
|
682
682
|
minizlib: 2.1.2
|
|
683
683
|
mkdirp: 1.0.4
|
|
684
684
|
yallist: 4.0.0
|