Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: replace uuid package with nodesJS native crypto.randomUUID #103

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

SanderBlom
Copy link

  • Removed 3rd Party Dependency: The previously used third-party library for generating v4 UUID strings has been removed. The UUID package itself notes:

    [!NOTE] Only interested in creating a version 4 UUID? You might be able to use crypto.randomUUID(), eliminating the need to install this library.

    Since we only utilized it for generating v4 UUID strings, removing this dependency reduces the number of packages we need to maintain.

  • Bumped Minimum Node Version: The minimum Node.js version has been increased from 14.0.0 to 14.17.0, as this is the version in which randomUUID was introduced. More details can be found in the Node v14 documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant