Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Update workerio to fix massive data issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Apr 10, 2021
1 parent 9166242 commit c2c2981
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ export type {
Dispatcher,
DispatcherFrom,
} from "https://deno.land/x/[email protected]/mod.ts";
export { copy as copyBytes } from "https://deno.land/[email protected]/bytes/mod.ts";
export {
WorkerReader,
WorkerWriter,
} from "https://deno.land/x/workerio@v1.0/mod.ts";
} from "https://deno.land/x/workerio@v1.1/mod.ts";

0 comments on commit c2c2981

Please sign in to comment.