v0.24.0-alpha.11

This commit is contained in:
willclarktech
2020-12-16 11:12:11 +00:00
parent b8c9545c11
commit 858bd2e083
19 changed files with 76 additions and 76 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmjs/stargate",
"version": "0.24.0-alpha.10",
"version": "0.24.0-alpha.11",
"description": "Utilities for Cosmos SDK 0.40",
"contributors": [
"Simon Warta <webmaster128@users.noreply.github.com>"
@@ -48,13 +48,13 @@
},
"dependencies": {
"@confio/ics23": "^0.6.3",
"@cosmjs/encoding": "^0.24.0-alpha.10",
"@cosmjs/launchpad": "^0.24.0-alpha.10",
"@cosmjs/math": "^0.24.0-alpha.10",
"@cosmjs/proto-signing": "^0.24.0-alpha.10",
"@cosmjs/stream": "^0.24.0-alpha.10",
"@cosmjs/tendermint-rpc": "^0.24.0-alpha.10",
"@cosmjs/utils": "^0.24.0-alpha.10",
"@cosmjs/encoding": "^0.24.0-alpha.11",
"@cosmjs/launchpad": "^0.24.0-alpha.11",
"@cosmjs/math": "^0.24.0-alpha.11",
"@cosmjs/proto-signing": "^0.24.0-alpha.11",
"@cosmjs/stream": "^0.24.0-alpha.11",
"@cosmjs/tendermint-rpc": "^0.24.0-alpha.11",
"@cosmjs/utils": "^0.24.0-alpha.11",
"long": "^4.0.0",
"protobufjs": "~6.10.2"
}