From d78115a4bea3acff35ba105ff8a5b0afa5e4ec78 Mon Sep 17 00:00:00 2001 From: ayntee Date: Mon, 1 Feb 2021 15:50:06 +0400 Subject: [PATCH] chore: update @evan/wasm to 0.0.40 --- src/ws/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ws/deps.ts b/src/ws/deps.ts index d008f1cb6..6b4f8cbf3 100644 --- a/src/ws/deps.ts +++ b/src/ws/deps.ts @@ -1 +1 @@ -export { decompress_with as decompressWith } from "https://unpkg.com/@evan/wasm@0.0.25/target/zlib/deno.js"; +export { decompress_with as decompressWith } from "https://esm.sh/@evan/wasm@0.0.40/target/zlib/deno.js";