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

Commit

Permalink
chore: gamma prep (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi authored Jun 29, 2023
1 parent 62f9562 commit 77e14ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions _tasks/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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.12.1/mod.ts#="
export * from "https://deno.land/x/scale@v0.12.2/mod.ts#="

0 comments on commit 77e14ef

Please sign in to comment.