This repository was archived by the owner on Jul 7, 2024. It is now read-only.
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
export { decodeStream , encode } from "https://deno.land/x/msgpack@v1.4/mod.ts" ;
2
- export { deferred , delay } from "https://deno.land/x/std@0.164 .0/async/mod.ts" ;
3
- export * as streams from "https://deno.land/x/std@0.164 .0/streams/mod.ts" ;
4
- export type { Deferred } from "https://deno.land/x/std@0.164 .0/async/mod.ts" ;
5
- export type { Disposable } from "https://deno.land/x/disposable@v1.0.2 /mod.ts" ;
2
+ export { deferred , delay } from "https://deno.land/x/std@0.184 .0/async/mod.ts" ;
3
+ export * as streams from "https://deno.land/x/std@0.184 .0/streams/mod.ts" ;
4
+ export type { Deferred } from "https://deno.land/x/std@0.184 .0/async/mod.ts" ;
5
+ export type { Disposable } from "https://deno.land/x/disposable@v1.1.0 /mod.ts" ;
Original file line number Diff line number Diff line change 1
- export * from "https://deno.land/std@0.164 .0/testing/asserts.ts" ;
2
- export { delay } from "https://deno.land/std@0.164 .0/async/mod.ts" ;
3
- export { using } from "https://deno.land/x/disposable@v1.0.2 /mod.ts" ;
1
+ export * from "https://deno.land/std@0.184 .0/testing/asserts.ts" ;
2
+ export { delay } from "https://deno.land/std@0.184 .0/async/mod.ts" ;
3
+ export { using } from "https://deno.land/x/disposable@v1.1.0 /mod.ts" ;
You can’t perform that action at this time.
0 commit comments