Skip to content

Commit

Permalink
Merge pull request #38 from cybercongress/export-amino-builder
Browse files Browse the repository at this point in the history
Exported cyber amino converters
  • Loading branch information
cyborgshead authored Jul 10, 2024
2 parents 33b27ad + fb9f8f7 commit 424054e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ src/codec/gogoproto
src/codec/google

yarn-error.log
yarn.lock
yarn.lock

.idea
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cybercongress/cyber-js",
"version": "0.4.0",
"version": "0.4.1",
"description": "Cyber SDK",
"license": "",
"main": "build/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { CyberClient } from "./cyberclient";
export { SigningCyberClient, SigningCyberClientOptions, OfflineDappWallet } from "./signingcyberclient";
export * from "./registryTypes";
export { createCyberAminoConverters } from "./aminomsgs";

0 comments on commit 424054e

Please sign in to comment.