Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
chore: update to scale v0.8.2 (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi authored Nov 4, 2022
1 parent f59c1ff commit f277828
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _tasks/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/mod.ts": {
name: "zones",
Expand Down
2 changes: 1 addition & 1 deletion deps/scale.ts
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit f277828

Please sign in to comment.