From 77e14ef401e3e14d4ca175e7e9c488de73463884 Mon Sep 17 00:00:00 2001 From: T6 Date: Thu, 29 Jun 2023 13:18:15 +0200 Subject: [PATCH] chore: gamma prep (#1119) --- Readme.md | 2 ++ _tasks/dnt.ts | 4 ++-- deps/scale.ts | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 51a39dcd9..4678aca52 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,7 @@ # Capi +> [Announcing Capi v0.1.0-gamma.0](https://docs.capi.dev/blog/2023/07/29/v0.1.0-gamma.0) + Capi is a framework for crafting interactions with Substrate chains. It consists of a development server and fluent API, which facilitates multichain interactions without compromising either performance or ease of use. diff --git a/_tasks/dnt.ts b/_tasks/dnt.ts index 28ae0083a..b71ea5f60 100755 --- a/_tasks/dnt.ts +++ b/_tasks/dnt.ts @@ -99,9 +99,9 @@ await Promise.all([ name: "wat-the-crypto", version: "0.0.3", }, - "https://deno.land/x/scale@v0.12.1/mod.ts#=": { + "https://deno.land/x/scale@v0.12.2/mod.ts#=": { name: "scale-codec", - version: "0.12.1", + version: "0.12.2", }, "https://deno.land/x/smoldot2@light-js-deno-v1.0.6/index-deno.js": { name: "smoldot", diff --git a/deps/scale.ts b/deps/scale.ts index cdefcf049..326cae1df 100644 --- a/deps/scale.ts +++ b/deps/scale.ts @@ -1 +1 @@ -export * from "https://deno.land/x/scale@v0.12.1/mod.ts#=" +export * from "https://deno.land/x/scale@v0.12.2/mod.ts#="