mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-27 18:46:18 -04:00
1.1 KiB
1.1 KiB
@pnpm/fs.packlist
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.