Merge branch 'dev' into support-uuidv7

This commit is contained in:
Indra Gunawan 2025-12-01 17:02:26 +08:00 committed by GitHub
commit b16b98ffe8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
578 changed files with 2421 additions and 3669 deletions

View file

@ -1,4 +1,4 @@
import crypto from 'crypto';
import crypto from 'node:crypto';
import { v4, v5, v7 } from 'uuid';
const ALGORITHM = 'aes-256-gcm';