From 6569a20dd58cbd4298c55edc0eab4d5ceba0842e Mon Sep 17 00:00:00 2001 From: Matias Volpe Date: Tue, 23 May 2023 13:38:36 -0300 Subject: [PATCH] chore: upgrade wat_the_crypto --- _tasks/dnt.ts | 4 ++-- deps/wat_the_crypto.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_tasks/dnt.ts b/_tasks/dnt.ts index 059c5566b..ed495e6ea 100755 --- a/_tasks/dnt.ts +++ b/_tasks/dnt.ts @@ -83,9 +83,9 @@ await Promise.all([ ], mappings: { ...mappings, - "https://deno.land/x/wat_the_crypto@v0.0.1/mod.ts": { + "https://deno.land/x/wat_the_crypto@v0.0.2/mod.ts": { name: "wat-the-crypto", - version: "0.0.1", + version: "0.0.2", }, "https://deno.land/x/scale@v0.11.2/mod.ts#=": { name: "scale-codec", diff --git a/deps/wat_the_crypto.ts b/deps/wat_the_crypto.ts index 38faa0c4c..28701b511 100644 --- a/deps/wat_the_crypto.ts +++ b/deps/wat_the_crypto.ts @@ -1 +1 @@ -export * from "https://deno.land/x/wat_the_crypto@v0.0.1/mod.ts" +export * from "https://deno.land/x/wat_the_crypto@v0.0.2/mod.ts"