mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-19 04:38:17 +00:00
chore: update dependencies (#519)
This commit is contained in:
@@ -1 +1 @@
|
||||
export { encode } from "https://deno.land/std@0.85.0/encoding/base64.ts";
|
||||
export { encode } from "https://deno.land/std@0.87.0/encoding/base64.ts";
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export { serve } from "https://deno.land/std@0.85.0/http/server.ts";
|
||||
export { verify } from "https://unpkg.com/@evan/wasm@0.0.25/target/ed25519/deno.js";
|
||||
export { serve } from "https://deno.land/std@0.87.0/http/server.ts";
|
||||
export { verify } from "https://esm.sh/@evan/wasm@0.0.41/target/ed25519/deno.js";
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
export * from "https://deno.land/std@0.85.0/http/server.ts";
|
||||
export * from "https://deno.land/std@0.87.0/http/server.ts";
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
export { decompress_with as decompressWith } from "https://esm.sh/@evan/wasm@0.0.40/target/zlib/deno.js";
|
||||
export { decompress_with as decompressWith } from "https://esm.sh/@evan/wasm@0.0.41/target/zlib/deno.js";
|
||||
|
||||
Reference in New Issue
Block a user