pnpm 8.10.4 → 8.11.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 +1 -1
- package/dist/node_modules/.modules.yaml +2 -2
- package/dist/node_modules/.pnpm/lock.yaml +1 -1
- package/dist/pnpm.cjs +40745 -44228
- package/dist/worker.js +14 -12
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -136,7 +136,7 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
136
136
|
<picture>
|
|
137
137
|
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/macpaw.svg" />
|
|
138
138
|
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/macpaw_light.svg" />
|
|
139
|
-
<img src="https://pnpm.io/img/users/
|
|
139
|
+
<img src="https://pnpm.io/img/users/macpaw.svg" width="200" />
|
|
140
140
|
</picture>
|
|
141
141
|
</a>
|
|
142
142
|
</td>
|
|
@@ -202,7 +202,7 @@ included:
|
|
|
202
202
|
injectedDeps: {}
|
|
203
203
|
layoutVersion: 5
|
|
204
204
|
nodeLinker: hoisted
|
|
205
|
-
packageManager: pnpm@8.10.
|
|
205
|
+
packageManager: pnpm@8.10.5
|
|
206
206
|
pendingBuilds:
|
|
207
207
|
- /node-gyp/9.4.1
|
|
208
208
|
- /env-paths/2.2.1
|
|
@@ -300,7 +300,7 @@ pendingBuilds:
|
|
|
300
300
|
- /imurmurhash/0.1.4
|
|
301
301
|
- /safer-buffer/2.1.2
|
|
302
302
|
- /safe-buffer/5.2.1
|
|
303
|
-
prunedAt:
|
|
303
|
+
prunedAt: Fri, 24 Nov 2023 16:36:33 GMT
|
|
304
304
|
publicHoistPattern:
|
|
305
305
|
- '*eslint*'
|
|
306
306
|
- '*prettier*'
|