pnpm 7.26.1 → 7.26.3
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 +2 -20
- package/dist/node_modules/.modules.yaml +2 -2
- package/dist/pnpm.cjs +2716 -1147
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -38,17 +38,6 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
38
38
|
<td align="center" valign="middle">
|
|
39
39
|
<a href="https://bit.dev/?utm_source=pnpm&utm_medium=readme" target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80"></a>
|
|
40
40
|
</td>
|
|
41
|
-
<td align="center" valign="middle">
|
|
42
|
-
<a href="https://nhost.io/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
43
|
-
<picture>
|
|
44
|
-
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/nhost.svg" />
|
|
45
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/nhost_light.svg" />
|
|
46
|
-
<img src="https://pnpm.io/img/users/nhost.svg" width="180" />
|
|
47
|
-
</picture>
|
|
48
|
-
</a>
|
|
49
|
-
</td>
|
|
50
|
-
</tr>
|
|
51
|
-
<tr>
|
|
52
41
|
<td align="center" valign="middle">
|
|
53
42
|
<a href="https://novu.co/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
54
43
|
<picture>
|
|
@@ -58,6 +47,8 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
58
47
|
</picture>
|
|
59
48
|
</a>
|
|
60
49
|
</td>
|
|
50
|
+
</tr>
|
|
51
|
+
<tr>
|
|
61
52
|
<td align="center" valign="middle">
|
|
62
53
|
<a href="https://prisma.io/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
63
54
|
<picture>
|
|
@@ -67,8 +58,6 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
67
58
|
</picture>
|
|
68
59
|
</a>
|
|
69
60
|
</td>
|
|
70
|
-
</tr>
|
|
71
|
-
<tr>
|
|
72
61
|
<td align="center" valign="middle">
|
|
73
62
|
<a href="https://www.flightcontrol.dev/?ref=pnpm" target="_blank"><img src="https://pnpm.io/img/users/flightcontrol.png" width="240"></a>
|
|
74
63
|
</td>
|
|
@@ -97,11 +86,6 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
97
86
|
</td>
|
|
98
87
|
</tr>
|
|
99
88
|
<tr>
|
|
100
|
-
<td align="center" valign="middle">
|
|
101
|
-
<a href="https://www.takeshape.io/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
102
|
-
<img src="https://pnpm.io/img/users/takeshape.svg" width="280">
|
|
103
|
-
</a>
|
|
104
|
-
</td>
|
|
105
89
|
<td align="center" valign="middle">
|
|
106
90
|
<a href="https://doppler.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
107
91
|
<picture>
|
|
@@ -111,8 +95,6 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
111
95
|
</picture>
|
|
112
96
|
</a>
|
|
113
97
|
</td>
|
|
114
|
-
</tr>
|
|
115
|
-
<tr>
|
|
116
98
|
<td align="center" valign="middle">
|
|
117
99
|
<a href="https://depot.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
118
100
|
<picture>
|
|
@@ -200,11 +200,11 @@ included:
|
|
|
200
200
|
injectedDeps: {}
|
|
201
201
|
layoutVersion: 5
|
|
202
202
|
nodeLinker: hoisted
|
|
203
|
-
packageManager: pnpm@7.26.
|
|
203
|
+
packageManager: pnpm@7.26.2
|
|
204
204
|
pendingBuilds:
|
|
205
205
|
- /node-gyp/9.3.1
|
|
206
206
|
- /encoding/0.1.13
|
|
207
|
-
prunedAt:
|
|
207
|
+
prunedAt: Wed, 01 Feb 2023 01:45:12 GMT
|
|
208
208
|
publicHoistPattern:
|
|
209
209
|
- '*eslint*'
|
|
210
210
|
- '*prettier*'
|