Skip to content

Commit

Permalink
feat([email protected]): reexport Core from @fadroma/agent
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Apr 9, 2024
1 parent 6401fa7 commit 4320fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/namada/namada.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
NamadaMnemonicIdentity
} from './namada-connection'
export {
Core,
connect,
initDecoder,
NamadaCLI as CLI,
Expand Down
2 changes: 1 addition & 1 deletion packages/namada/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"main": "namada.ts",
"files": [ "*.ts", "!target", "pkg/*" ],
"version": "1.0.0-rc.22",
"version": "1.0.0-rc.23",
"license": "AGPL-3.0-only",
"keywords": [
"tendermint", "namada", "cosmos", "cosmwasm"
Expand Down

0 comments on commit 4320fb3

Please sign in to comment.