pnpm 7.12.2 → 7.13.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 -0
- package/dist/node_modules/.modules.yaml +2 -2
- package/dist/pnpm.cjs +1797 -1775
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,6 +18,7 @@ Fast, disk space efficient package manager:
|
|
|
18
18
|
* **Works as a Node.js version manager.** See [pnpm env use](https://pnpm.io/cli/env).
|
|
19
19
|
* **Works everywhere.** Supports Windows, Linux, and macOS.
|
|
20
20
|
* **Battle-tested.** Used in production by teams of [all sizes](https://pnpm.io/users) since 2016.
|
|
21
|
+
* [See the full feature comparison with npm and Yarn](https://pnpm.io/feature-comparison).
|
|
21
22
|
|
|
22
23
|
To quote the [Rush](https://rushjs.io/) team:
|
|
23
24
|
|
|
@@ -7,11 +7,11 @@ included:
|
|
|
7
7
|
injectedDeps: {}
|
|
8
8
|
layoutVersion: 5
|
|
9
9
|
nodeLinker: hoisted
|
|
10
|
-
packageManager: pnpm@7.12.
|
|
10
|
+
packageManager: pnpm@7.12.2
|
|
11
11
|
pendingBuilds:
|
|
12
12
|
- /node-gyp/9.1.0
|
|
13
13
|
- /encoding/0.1.13
|
|
14
|
-
prunedAt:
|
|
14
|
+
prunedAt: Mon, 03 Oct 2022 01:04:59 GMT
|
|
15
15
|
publicHoistPattern:
|
|
16
16
|
- '*eslint*'
|
|
17
17
|
- '*prettier*'
|