Release v5.5.12
Changed
- Replaced the
uniqidanduuiddependencies with the built-incrypto.randomUUID()for internal id generation, removing both external packages (#210). - Bumped the minimum supported Node.js version to 14.17.0 (required by
crypto.randomUUID).