pnpm 11.5.2 → 11.5.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 +21 -3
- package/dist/pnpm.mjs +37347 -11273
- package/dist/worker.js +4852 -5110
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,6 +42,15 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
42
42
|
<td align="center" valign="middle">
|
|
43
43
|
<a href="https://bit.cloud/?utm_source=pnpm&utm_medium=readme" target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80" alt="Bit"></a>
|
|
44
44
|
</td>
|
|
45
|
+
<td align="center" valign="middle">
|
|
46
|
+
<a href="https://openai.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
47
|
+
<picture>
|
|
48
|
+
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/openai_dark.svg" />
|
|
49
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/openai_light.svg" />
|
|
50
|
+
<img src="https://pnpm.io/img/users/openai_dark.svg" width="160" alt="OpenAI" />
|
|
51
|
+
</picture>
|
|
52
|
+
</a>
|
|
53
|
+
</td>
|
|
45
54
|
</tr>
|
|
46
55
|
</tbody>
|
|
47
56
|
</table>
|
|
@@ -143,10 +152,19 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
143
152
|
<a href="https://cybozu.co.jp/?utm_source=pnpm&utm_medium=readme" target="_blank"><img src="https://pnpm.io/img/users/cybozu.svg" width="70" alt="Cybozu"></a>
|
|
144
153
|
</td>
|
|
145
154
|
<td align="center" valign="middle">
|
|
146
|
-
<a href="https://
|
|
155
|
+
<a href="https://www.bairesdev.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
156
|
+
<picture>
|
|
157
|
+
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/bairesdev.svg" />
|
|
158
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/bairesdev_light.svg" />
|
|
159
|
+
<img src="https://pnpm.io/img/users/bairesdev.svg" width="160" alt="BairesDev" />
|
|
160
|
+
</picture>
|
|
161
|
+
</a>
|
|
147
162
|
</td>
|
|
148
163
|
</tr>
|
|
149
164
|
<tr>
|
|
165
|
+
<td align="center" valign="middle">
|
|
166
|
+
<a href="https://devowl.io/?utm_source=pnpm&utm_medium=readme" target="_blank"><img src="https://pnpm.io/img/users/devowlio.svg" width="100" alt="devowl.io"></a>
|
|
167
|
+
</td>
|
|
150
168
|
<td align="center" valign="middle">
|
|
151
169
|
<a href="https://uscreen.de/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
152
170
|
<picture>
|
|
@@ -159,6 +177,8 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
159
177
|
<td align="center" valign="middle">
|
|
160
178
|
<a href="https://www.leniolabs.com/?utm_source=pnpm&utm_medium=readme" target="_blank"><img src="https://pnpm.io/img/users/leniolabs.jpg" width="40" alt="Leniolabs_"></a>
|
|
161
179
|
</td>
|
|
180
|
+
</tr>
|
|
181
|
+
<tr>
|
|
162
182
|
<td align="center" valign="middle">
|
|
163
183
|
<a href="https://depot.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
164
184
|
<picture>
|
|
@@ -168,8 +188,6 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
168
188
|
</picture>
|
|
169
189
|
</a>
|
|
170
190
|
</td>
|
|
171
|
-
</tr>
|
|
172
|
-
<tr>
|
|
173
191
|
<td align="center" valign="middle">
|
|
174
192
|
<a href="https://cerbos.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
175
193
|
<picture>
|