mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Update dependencies in deps.ts
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
export { delay } from "https://deno.land/std@0.67.0/async/delay.ts";
|
||||
export { encode } from "https://deno.land/std@0.67.0/encoding/base64.ts";
|
||||
export {
|
||||
connectWebSocket,
|
||||
isWebSocketCloseEvent,
|
||||
@@ -7,9 +5,11 @@ export {
|
||||
isWebSocketPongEvent,
|
||||
} from "https://deno.land/std@0.67.0/ws/mod.ts";
|
||||
export type { WebSocket } from "https://deno.land/std@0.67.0/ws/mod.ts";
|
||||
export { delay } from "https://deno.land/std@0.75.0/async/delay.ts";
|
||||
export { encode } from "https://deno.land/std@0.75.0/encoding/base64.ts";
|
||||
export {
|
||||
assert,
|
||||
assertArrayIncludes,
|
||||
assertEquals,
|
||||
} from "https://deno.land/std@0.75.0/testing/asserts.ts";
|
||||
export { decompress_with as inflate } from "https://unpkg.com/@evan/wasm@0.0.11/target/zlib/deno.js";
|
||||
export { decompress_with as inflate } from "https://unpkg.com/@evan/wasm@0.0.12/target/zlib/deno.js";
|
||||
|
||||
Reference in New Issue
Block a user