mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-22 13:42:50 -04:00
1.5 KiB
1.5 KiB
@pnpm/fs.packlist
1100.0.1
Patch Changes
dd8d5d7: Fixpnpm packnot bundling dependencies listed inbundleDependencies(orbundledDependencies). The npm-packlist upgrade in pnpm 11 changed its API to require the caller to pre-populate the dependency tree, which the wrapper was not doing —bundleDependencieswere silently dropped from the tarball #11519.
1001.0.0
Major Changes
2.0.0
Major Changes
43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.
1.0.3
Patch Changes
1.0.2
Patch Changes
-
74432d605: Downgradednpm-packlistbecause the newer version significantly slows down the installation of local directory dependencies, making it unbearably slow.npm-packlistwas upgraded in this PR to fix #6997. We added our own file deduplication to fix the issue of duplicate file entries.
1.0.1
Patch Changes
c7f1359b6: After upgrading one of our dependencies, we started to sometimes have an error on publish. We have forked@npmcli/arboristto patch it with a fix #7269.
1.0.0
Major Changes
500363647: Initial release.