turbo
db5a8cc4 - Replace UUID to native (#8719)

Commit
1 year ago
Replace UUID to native (#8719) I have replaced in the packages `packages/turbo-telemetry` and `packages/turbo-test-utils` the `uuid` dependency with native code. This is recommended by the `uuid` library itself that to do a uuidv4 use crypto.randomUUID(). You can see it at: [here](https://www.npmjs.com/package/uuid) --------- Co-authored-by: torresgol10.itd <torresgol10.itd@gmail.com> Co-authored-by: Anthony Shew <anthony.shew@vercel.com>
Author
Parents
Loading