mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
Merge pull request #1047 from rigormorrtiss/update-deps
build: update dependencies to latest
This commit is contained in:
@@ -1 +1 @@
|
||||
export { verify } from "https://unpkg.com/@evan/wasm@0.0.55/target/ed25519/deno.js";
|
||||
export { verify } from "https://unpkg.com/@evan/wasm@0.0.65/target/ed25519/deno.js";
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
export { encode } from "https://deno.land/std@0.97.0/encoding/base64.ts";
|
||||
export { encode } from "https://deno.land/std@0.99.0/encoding/base64.ts";
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
export { decompress_with as decompressWith } from "https://unpkg.com/@evan/wasm@0.0.55/target/zlib/deno.js";
|
||||
export { decompress_with as decompressWith } from "https://unpkg.com/@evan/wasm@0.0.65/target/zlib/deno.js";
|
||||
|
||||
Reference in New Issue
Block a user