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
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmjs/launchpad",
"version": "0.24.0-alpha.10",
"version": "0.24.0-alpha.11",
"description": "A client library for the Cosmos SDK 0.37 (cosmoshub-3), 0.38 and 0.39 (Launchpad)",
"contributors": [
"Ethan Frey <ethanfrey@users.noreply.github.com>",
@@ -43,10 +43,10 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/crypto": "^0.24.0-alpha.10",
"@cosmjs/encoding": "^0.24.0-alpha.10",
"@cosmjs/math": "^0.24.0-alpha.10",
"@cosmjs/utils": "^0.24.0-alpha.10",
"@cosmjs/crypto": "^0.24.0-alpha.11",
"@cosmjs/encoding": "^0.24.0-alpha.11",
"@cosmjs/math": "^0.24.0-alpha.11",
"@cosmjs/utils": "^0.24.0-alpha.11",
"axios": "^0.19.0"
},
"devDependencies": {