Skip to content

Commit 1947636

Browse files
committed
chore: update to prod version of AsyncLocalStorage
1 parent af8f46c commit 1947636

File tree

1 file changed

+2
-2
lines changed
  • packages/runtime/src/helpers

1 file changed

+2
-2
lines changed

packages/runtime/src/helpers/edge.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ const sanitizeName = (name: string) => `next_${name.replace(/\W/g, '_')}`
9393
const preamble = /* js */ `
9494
import {
9595
decode as _base64Decode,
96-
} from "https://deno.land/std@0.159.0/encoding/base64.ts";
96+
} from "https://deno.land/std@0.175.0/encoding/base64.ts";
9797
98-
import { AsyncLocalStorage } from "https://raw.githubusercontent.com/crowlKats/deno_std/asynclocalstorage/node/async_hooks.ts";
98+
import { AsyncLocalStorage } from "https://deno.land/std@0.175.0/node/async_hooks.ts";
9999
100100
// Deno defines "window", but naughty libraries think this means it's a browser
101101
delete globalThis.window

0 commit comments

Comments
 (0)