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"