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).
uniqid and uuid dependencies with the built-in crypto.randomUUID() for internal id generation, removing both external packages (#210).crypto.randomUUID).