Features
- drop
crypto
dependency, convert to ESM (#6603)
BREAKING CHANGES
- This package now only ships ESM, as all maintained Node.js versions have native support
- Dropped the
crypto
Node.js import in favor ofuuid
. WhenglobalThis.crypto
is the default in the future, we can removeuuid
again
Note: Version 2.x was skipped by accident, because of an erroneous publish which we could not revert. Instead of introducing 2.0.1, our release bot published 3.0.0 instead. It should hopefully not cause any issues other than you have to bump 2 major versions. 😁