diff options
| author | Dax Raad <[email protected]> | 2025-05-28 17:24:15 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-28 17:24:21 -0400 |
| commit | e88264075a8b67c46b57d13db8488f4f01e7f9f1 (patch) | |
| tree | 74aeb70ee3625355ab5c0440451505ca10997a80 /js/src/id | |
| parent | 041a080a139a06402d9c0ce4d37622f9eb49e729 (diff) | |
| download | opencode-e88264075a8b67c46b57d13db8488f4f01e7f9f1.tar.gz opencode-e88264075a8b67c46b57d13db8488f4f01e7f9f1.zip | |
sync
Diffstat (limited to 'js/src/id')
| -rw-r--r-- | js/src/id/id.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/id/id.ts b/js/src/id/id.ts index 5dd503788..62c6a12bf 100644 --- a/js/src/id/id.ts +++ b/js/src/id/id.ts @@ -1,5 +1,5 @@ import { z } from "zod"; -import { randomBytes } from "node:crypto"; +import { randomBytes } from "crypto"; export namespace Identifier { const prefixes = { |
