Skip to content

Conversation

@aminya
Copy link

@aminya aminya commented Sep 16, 2021

Closes #859
Closes #858

@aminya aminya requested a review from a team as a code owner September 16, 2021 10:25
@aminya aminya requested a review from a team September 16, 2021 10:25
@yaananth yaananth removed the request for review from a team February 10, 2022 14:07
@aminya aminya changed the title fix: update uuid to v8 fix: update uuid to v10 Aug 19, 2024
@iamstarkov
Copy link

iamstarkov commented Oct 29, 2024

node now ships uuid v4 by itself (Added in: v15.6.0, v14.17.0)
https://nodejs.org/docs/latest/api/crypto.html#cryptorandomuuidoptions

const crypto = require('node:crypto');
const uuid = crypto.randomUUID();

@joshmgross
Copy link
Contributor

Thank you for your contribution!

uuid is being removed in #1824 as part of #925, so this is no longer necessary.

@joshmgross joshmgross closed this Oct 30, 2024
Copy link

@Liabaemt Liabaemt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run fix

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.

4 participants