From 584d0758e3f955b8d7a3f3ebc63a52113a44f2ed Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Tue, 15 Oct 2024 01:01:50 +0800 Subject: [PATCH] chore(npm): remove shim for crypto We uses standardized WebCrypto. --- scripts/build_npm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_npm.ts b/scripts/build_npm.ts index ccf35ed..69c7c2f 100644 --- a/scripts/build_npm.ts +++ b/scripts/build_npm.ts @@ -17,7 +17,7 @@ await build({ deno: { test: "dev", }, - crypto: true, + crypto: false, webSocket: true, }, package: {