waveterm/frontend/layout
Evan Simkowitz 9e1460b9e1
Remove UUID library in favor of Crypto (#221)
This PR swaps usage of the `uuid` library for the built-in
`crypto.randomUUID` function, which is available in both NodeJS and the
browser. The built-in function is around 12x faster than the `uuid`
library. The strings produced by the built-in function are fully
compatible with the UUIDv4 standard, so it's an easy switch.
2024-08-12 21:20:13 -07:00
..
lib Remove UUID library in favor of Crypto (#221) 2024-08-12 21:20:13 -07:00
tests rename faraday to layout (#147) 2024-07-23 13:50:23 -07:00
index.ts rename faraday to layout (#147) 2024-07-23 13:50:23 -07:00