From 286b8e2bc7482af2f07003117c784ba41393d337 Mon Sep 17 00:00:00 2001 From: alejandroq Date: Mon, 9 Nov 2020 23:12:14 -0500 Subject: [PATCH] updated byteFormat dependency --- deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.ts b/deps.ts index fbb67f6..fdf4d52 100644 --- a/deps.ts +++ b/deps.ts @@ -1,7 +1,7 @@ export type { Deferred } from "https://deno.land/std@0.74.0/async/mod.ts"; export { deferred, delay } from "https://deno.land/std@0.74.0/async/mod.ts"; export { decode, encode } from "https://deno.land/std@0.74.0/encoding/utf8.ts"; -export { format as byteFormat } from "https://deno.land/x/bytes_formater@v1.3.0/mod.ts"; +export { format as byteFormat } from "https://deno.land/x/bytes_formater@v1.4.0/mod.ts"; export { Hash } from "https://deno.land/x/checksum@1.4.0/mod.ts"; export { sha256 } from "https://deno.land/x/sha256@v1.0.2/mod.ts"; export { replaceParams } from "https://deno.land/x/sql_builder@v1.7.0/util.ts";