From f277828ffdd7c25210b26386acb8362718b1e1b3 Mon Sep 17 00:00:00 2001 From: T6 Date: Fri, 4 Nov 2022 09:31:26 -0700 Subject: [PATCH] chore: update to scale v0.8.2 (#357) --- _tasks/dnt.ts | 6 +++--- deps/scale.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_tasks/dnt.ts b/_tasks/dnt.ts index 7f8021b58..b94b99aaf 100755 --- a/_tasks/dnt.ts +++ b/_tasks/dnt.ts @@ -23,9 +23,9 @@ await Promise.all([ }], outDir, mappings: { - "https://deno.land/x/scale@v0.7.0/mod.ts": { - name: "parity-scale-codec", - version: "^0.7.0", + "https://deno.land/x/scale@v0.8.2/mod.ts": { + name: "scale-codec", + version: "^0.8.2", }, "https://deno.land/x/zones@v0.1.0-beta.6/mod.ts": { name: "zones", diff --git a/deps/scale.ts b/deps/scale.ts index 97da37463..5c3699acc 100644 --- a/deps/scale.ts +++ b/deps/scale.ts @@ -1 +1 @@ -export * from "https://deno.land/x/scale@v0.7.0/mod.ts"; +export * from "https://deno.land/x/scale@v0.8.2/mod.ts";