Skip to content

Release v5.5.12

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jul 19:50
5ab6914

Changed

  • Replaced the uniqid and uuid dependencies with the built-in crypto.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).