Files
pnpm/fs/packlist/CHANGELOG.md
2026-04-10 18:30:33 +02:00

1.1 KiB

@pnpm/fs.packlist

1001.0.0

Major Changes

  • 491a84f: This package is now pure ESM.
  • 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.

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