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 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
 
@@ -204,7 +204,7 @@ packageManager: pnpm@8.0.0-beta.0
204
204
  pendingBuilds:
205
205
  - /node-gyp/9.3.1
206
206
  - /encoding/0.1.13
207
- prunedAt: Sun, 09 Apr 2023 23:46:22 GMT
207
+ prunedAt: Tue, 18 Apr 2023 00:19:36 GMT
208
208
  publicHoistPattern:
209
209
  - '*eslint*'
210
210
  - '*prettier*'