Files
pnpm/fs/packlist/CHANGELOG.md
2024-04-09 17:14:05 +02:00

1013 B

@pnpm/fs.packlist

2.0.0

Major Changes

  • 43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.

1.0.3

Patch Changes

  • 9fb45d0fc: pnpm publish should pack "main" file or "bin" files defined in "publishConfig" #4195.

1.0.2

Patch Changes

  • 74432d605: Downgraded npm-packlist because the newer version significantly slows down the installation of local directory dependencies, making it unbearably slow.

    npm-packlist was 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/arborist to patch it with a fix #7269.

1.0.0

Major Changes