Files
pnpm/crypto/object-hasher/CHANGELOG.md
2026-04-10 18:30:33 +02:00

784 B

@pnpm/crypto.object-hasher

1001.0.0

Major Changes

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

Minor Changes

  • 3bf5e21: Added a way to append a manifest to a package with no package.json file.

1000.1.0

Minor Changes

  • b0ead51: hashObjectWithoutSorting can accept options.

1000.0.1

Patch Changes

  • 3717340: Print the warning about blocked installation scripts at the end of the installation output and make it more prominent.

3.0.0

Major Changes

  • 501c152: Use SHA256 encoded in base64 to hash objects.

2.0.0

Major Changes

  • d636eed: fix(object-hasher): switch to object-hash to fix hashing of large objects

1.0.0

Major Changes