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

Commit

Permalink
fix: update capi_crypto_wrappers for browser support (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi authored Nov 24, 2022
1 parent ed953a3 commit 1f2f71f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _tasks/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ await Promise.all([
name: "@substrate/smoldot-light",
version: "0.6.20",
},
"https://raw.githubusercontent.com/paritytech/capi-crypto-wrappers/14289c5/lib.ts":
"https://raw.githubusercontent.com/paritytech/capi-crypto-wrappers/14289c5/lib.node.ts",
},
package: {
name: "capi",
Expand Down
2 changes: 1 addition & 1 deletion deps/capi_crypto_wrappers.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://raw.githubusercontent.com/paritytech/capi-crypto-wrappers/e15ce9d65afeb479ef095d4ae8b387c4adce3d3f/mod.ts"
export * from "https://raw.githubusercontent.com/paritytech/capi-crypto-wrappers/14289c5/mod.ts"

0 comments on commit 1f2f71f

Please sign in to comment.