File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
import "./utils/patched_fetch.ts" ;
2
2
3
- // import { AsyncLocalStorage } from "node:async_hooks";
3
+ import { AsyncLocalStorage } from "node:async_hooks" ;
4
4
import type { ImportMap } from "./blocks/app.ts" ;
5
5
import type { ReleaseResolver } from "./engine/core/mod.ts" ;
6
6
import type { DecofileProvider } from "./engine/decofile/provider.ts" ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @deco/deco" ,
3
- "version" : " 1.101.18 " ,
3
+ "version" : " 1.101.19-alpha.1 " ,
4
4
"exports" : {
5
5
"." : " ./mod.ts" ,
6
6
"./web" : " ./mod.web.ts" ,
88
88
"@std/http" : " jsr:@std/http@^1.0.0" ,
89
89
"@std/http/" : " jsr:/@std/http@^1.0.0/" ,
90
90
"@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" ,
92
93
"@std/log/" : " jsr:/@std/log@^0.224.5/" ,
93
94
"@std/media-types" : " jsr:@std/media-types@^1.0.0-rc.1" ,
94
95
"@std/path" : " jsr:@std/path@^0.225.2" ,
You can’t perform that action at this time.
0 commit comments