pnpm 8.1.0 → 8.2.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/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
3
  Copyright (c) 2015-2016 Rico Sta. Cruz and other contributors
4
- Copyright (c) 2016-2021 Zoltan Kochan and other contributors
4
+ Copyright (c) 2016-2023 Zoltan Kochan and other contributors
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -84,6 +84,8 @@ To quote the [Rush](https://rushjs.io/) team:
84
84
  </picture>
85
85
  </a>
86
86
  </td>
87
+ </tr>
88
+ <tr>
87
89
  <td align="center" valign="middle">
88
90
  <a href="https://depot.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
89
91
  <picture>
@@ -93,6 +95,15 @@ To quote the [Rush](https://rushjs.io/) team:
93
95
  </picture>
94
96
  </a>
95
97
  </td>
98
+ <td align="center" valign="middle">
99
+ <a href="https://moonrepo.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
100
+ <picture>
101
+ <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/moonrepo.svg" />
102
+ <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/moonrepo_light.svg" />
103
+ <img src="https://pnpm.io/img/users/moonrepo.svg" width="200" />
104
+ </picture>
105
+ </a>
106
+ </td>
96
107
  </tr>
97
108
  </tbody>
98
109
  </table>
@@ -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: Wed, 29 Mar 2023 22:14:30 GMT
207
+ prunedAt: Sun, 09 Apr 2023 23:46:22 GMT
208
208
  publicHoistPattern:
209
209
  - '*eslint*'
210
210
  - '*prettier*'