pnpm 9.6.0 → 9.7.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 +0 -5
- package/dist/node_modules/.modules.yaml +3 -3
- package/dist/pnpm.cjs +9383 -9248
- package/dist/worker.js +65 -71
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -181,11 +181,6 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
181
181
|
</picture>
|
|
182
182
|
</a>
|
|
183
183
|
</td>
|
|
184
|
-
<td align="center" valign="middle">
|
|
185
|
-
<a href="https://vpsserver.com/en-us/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
186
|
-
<img src="https://pnpm.io/img/users/vpsserver.svg" width="180" />
|
|
187
|
-
</a>
|
|
188
|
-
</td>
|
|
189
184
|
</tr>
|
|
190
185
|
</tbody>
|
|
191
186
|
</table>
|
|
@@ -16,8 +16,8 @@ hoistedLocations:
|
|
|
16
16
|
aggregate-error@3.1.0:
|
|
17
17
|
- node_modules/aggregate-error
|
|
18
18
|
ansi-regex@5.0.1:
|
|
19
|
-
- node_modules/strip-ansi-cjs/node_modules/ansi-regex
|
|
20
19
|
- node_modules/string-width-cjs/node_modules/ansi-regex
|
|
20
|
+
- node_modules/strip-ansi-cjs/node_modules/ansi-regex
|
|
21
21
|
- node_modules/wrap-ansi-cjs/node_modules/ansi-regex
|
|
22
22
|
ansi-regex@6.0.1:
|
|
23
23
|
- node_modules/ansi-regex
|
|
@@ -202,9 +202,9 @@ included:
|
|
|
202
202
|
injectedDeps: {}
|
|
203
203
|
layoutVersion: 5
|
|
204
204
|
nodeLinker: hoisted
|
|
205
|
-
packageManager: pnpm@9.
|
|
205
|
+
packageManager: pnpm@9.7.0
|
|
206
206
|
pendingBuilds: []
|
|
207
|
-
prunedAt:
|
|
207
|
+
prunedAt: Wed, 14 Aug 2024 14:56:12 GMT
|
|
208
208
|
publicHoistPattern:
|
|
209
209
|
- '*eslint*'
|
|
210
210
|
- '*prettier*'
|