pnpm 7.25.0 → 7.26.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.
- package/README.md +11 -0
- package/dist/node_modules/.modules.yaml +2 -2
- package/dist/pnpm.cjs +1776 -1589
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -112,6 +112,17 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
112
112
|
</a>
|
|
113
113
|
</td>
|
|
114
114
|
</tr>
|
|
115
|
+
<tr>
|
|
116
|
+
<td align="center" valign="middle">
|
|
117
|
+
<a href="https://depot.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
118
|
+
<picture>
|
|
119
|
+
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/depot.svg" />
|
|
120
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/depot_light.svg" />
|
|
121
|
+
<img src="https://pnpm.io/img/users/depot.svg" width="200" />
|
|
122
|
+
</picture>
|
|
123
|
+
</a>
|
|
124
|
+
</td>
|
|
125
|
+
</tr>
|
|
115
126
|
</tbody>
|
|
116
127
|
</table>
|
|
117
128
|
|
|
@@ -200,11 +200,11 @@ included:
|
|
|
200
200
|
injectedDeps: {}
|
|
201
201
|
layoutVersion: 5
|
|
202
202
|
nodeLinker: hoisted
|
|
203
|
-
packageManager: pnpm@7.
|
|
203
|
+
packageManager: pnpm@7.25.1
|
|
204
204
|
pendingBuilds:
|
|
205
205
|
- /node-gyp/9.3.1
|
|
206
206
|
- /encoding/0.1.13
|
|
207
|
-
prunedAt:
|
|
207
|
+
prunedAt: Tue, 24 Jan 2023 13:00:49 GMT
|
|
208
208
|
publicHoistPattern:
|
|
209
209
|
- '*eslint*'
|
|
210
210
|
- '*prettier*'
|