Skip to content

Commit c075827

Browse files
committed
Fix node async hooks import
Signed-off-by: Marcos Candeia <[email protected]>
1 parent 7823f4f commit c075827

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: deco.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import "./utils/patched_fetch.ts";
22

3-
//import { AsyncLocalStorage } from "node:async_hooks";
3+
import { AsyncLocalStorage } from "node:async_hooks";
44
import type { ImportMap } from "./blocks/app.ts";
55
import type { ReleaseResolver } from "./engine/core/mod.ts";
66
import type { DecofileProvider } from "./engine/decofile/provider.ts";

Diff for: deno.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deco/deco",
3-
"version": "1.101.18",
3+
"version": "1.101.19-alpha.1",
44
"exports": {
55
".": "./mod.ts",
66
"./web": "./mod.web.ts",
@@ -88,7 +88,8 @@
8888
"@std/http": "jsr:@std/http@^1.0.0",
8989
"@std/http/": "jsr:/@std/http@^1.0.0/",
9090
"@std/io": "jsr:@std/io@^0.224.4",
91-
"@std/io/": "jsr:/@std/io@^0.224.4/", "@std/log": "jsr:@std/log@^0.224.5",
91+
"@std/io/": "jsr:/@std/io@^0.224.4/",
92+
"@std/log": "jsr:@std/log@^0.224.5",
9293
"@std/log/": "jsr:/@std/log@^0.224.5/",
9394
"@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1",
9495
"@std/path": "jsr:@std/path@^0.225.2",

0 commit comments

Comments
 (0)