pnpm 7.14.2 → 7.16.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 -0
- package/dist/pnpm.cjs +47678 -42887
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -115,7 +115,7 @@ Support this project by [becoming a sponsor](https://opencollective.com/pnpm#spo
|
|
|
115
115
|
## Background
|
|
116
116
|
|
|
117
117
|
pnpm uses a content-addressable filesystem to store all files from all module directories on a disk.
|
|
118
|
-
When using npm
|
|
118
|
+
When using npm, if you have 100 projects using lodash, you will have 100 copies of lodash on disk.
|
|
119
119
|
With pnpm, lodash will be stored in a content-addressable storage, so:
|
|
120
120
|
|
|
121
121
|
1. If you depend on different versions of lodash, only the files that differ are added to the store.
|
|
@@ -7,11 +7,11 @@ included:
|
|
|
7
7
|
injectedDeps: {}
|
|
8
8
|
layoutVersion: 5
|
|
9
9
|
nodeLinker: hoisted
|
|
10
|
-
packageManager: pnpm@7.
|
|
10
|
+
packageManager: pnpm@7.15.0
|
|
11
11
|
pendingBuilds:
|
|
12
12
|
- /node-gyp/9.3.0
|
|
13
13
|
- /encoding/0.1.13
|
|
14
|
-
prunedAt:
|
|
14
|
+
prunedAt: Mon, 14 Nov 2022 13:32:56 GMT
|
|
15
15
|
publicHoistPattern:
|
|
16
16
|
- '*eslint*'
|
|
17
17
|
- '*prettier*'
|
|
@@ -25,6 +25,7 @@ packages:
|
|
|
25
25
|
/@npmcli/move-file/2.0.1:
|
|
26
26
|
resolution: {integrity: sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==}
|
|
27
27
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
28
|
+
deprecated: This functionality has been moved to @npmcli/fs
|
|
28
29
|
dependencies:
|
|
29
30
|
mkdirp: 1.0.4
|
|
30
31
|
rimraf: 3.0.2
|