From 9b7284d72c72eadbb9bf133e1047eeea5b1fdb6c Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:15 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=8C=BF=20crypto.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/crypto.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/crypto.ts b/src/utils/crypto.ts index a97fe05..5b09af8 100644 --- a/src/utils/crypto.ts +++ b/src/utils/crypto.ts @@ -11,3 +11,4 @@ // binding. See integration-tests-ant-native failure on PR #20957/#21178. import { randomUUID } from 'crypto' export { randomUUID } +