Skip to content

Commit

Permalink
Update deps to latest denoflare.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspurlock-skymethod committed May 22, 2022
1 parent 911db7f commit 95fb1c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/deps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export type { IncomingRequestCf, ModuleWorkerContext, DurableObjectNamespace, DurableObjectState, DurableObjectStorage, DurableObjectStorageTransaction, DurableObjectStorageValue } from 'https://raw.githubusercontent.com/skymethod/denoflare/v0.4.3/common/cloudflare_workers_types.d.ts';
export { ColoFromTrace } from 'https://raw.githubusercontent.com/skymethod/denoflare/v0.4.3/examples/tiered-websockets-worker/colo_from_trace.ts';
export { Bytes } from 'https://raw.githubusercontent.com/skymethod/denoflare/v0.4.3/common/bytes.ts';
export type { IncomingRequestCf, ModuleWorkerContext, DurableObjectNamespace, DurableObjectState, DurableObjectStorage, DurableObjectStorageTransaction, DurableObjectStorageValue } from 'https://raw.githubusercontent.com/skymethod/denoflare/100b2e4cc824860daff2ad242e3ef404571c0a35/common/cloudflare_workers_types.d.ts';
export { ColoFromTrace } from 'https://raw.githubusercontent.com/skymethod/denoflare/100b2e4cc824860daff2ad242e3ef404571c0a35/examples/tiered-websockets-worker/colo_from_trace.ts';
export { Bytes } from 'https://raw.githubusercontent.com/skymethod/denoflare/100b2e4cc824860daff2ad242e3ef404571c0a35/common/bytes.ts';
export { chunk } from 'https://deno.land/std@0.131.0/collections/chunk.ts';
export { toIMF } from 'https://deno.land/std@0.131.0/datetime/mod.ts';
export { encode as encodeAscii85 } from 'https://deno.land/std@0.131.0/encoding/ascii85.ts';

0 comments on commit 95fb1c4

Please sign in to comment.