pnpm 8.2.0 → 8.3.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 +1 -1
- package/dist/pnpm.cjs +1438 -1169
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -105,6 +105,17 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
105
105
|
</a>
|
|
106
106
|
</td>
|
|
107
107
|
</tr>
|
|
108
|
+
<tr>
|
|
109
|
+
<td align="center" valign="middle">
|
|
110
|
+
<a href="https://www.thinkmill.com.au/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
111
|
+
<picture>
|
|
112
|
+
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/thinkmill.svg" />
|
|
113
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/thinkmill_light.svg" />
|
|
114
|
+
<img src="https://pnpm.io/img/users/thinkmill.svg" width="200" />
|
|
115
|
+
</picture>
|
|
116
|
+
</a>
|
|
117
|
+
</td>
|
|
118
|
+
</tr>
|
|
108
119
|
</tbody>
|
|
109
120
|
</table>
|
|
110
121
|
|