v0.25.0-alpha.0

This commit is contained in:
Simon Warta
2021-03-11 15:55:55 +01:00
parent 30fbb9e640
commit 171fda884c
19 changed files with 81 additions and 81 deletions
+12 -12
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmjs/cli",
"version": "0.24.0",
"version": "0.25.0-alpha.0",
"description": "Command line interface",
"contributors": [
"IOV SAS <admin@iov.one>",
@@ -39,17 +39,17 @@
"!**/testdata/"
],
"dependencies": {
"@cosmjs/cosmwasm-launchpad": "^0.24.0",
"@cosmjs/cosmwasm-stargate": "^0.24.0",
"@cosmjs/crypto": "^0.24.0",
"@cosmjs/encoding": "^0.24.0",
"@cosmjs/faucet-client": "^0.24.0",
"@cosmjs/launchpad": "^0.24.0",
"@cosmjs/math": "^0.24.0",
"@cosmjs/proto-signing": "^0.24.0",
"@cosmjs/stargate": "^0.24.0",
"@cosmjs/tendermint-rpc": "^0.24.0",
"@cosmjs/utils": "^0.24.0",
"@cosmjs/cosmwasm-launchpad": "^0.25.0-alpha.0",
"@cosmjs/cosmwasm-stargate": "^0.25.0-alpha.0",
"@cosmjs/crypto": "^0.25.0-alpha.0",
"@cosmjs/encoding": "^0.25.0-alpha.0",
"@cosmjs/faucet-client": "^0.25.0-alpha.0",
"@cosmjs/launchpad": "^0.25.0-alpha.0",
"@cosmjs/math": "^0.25.0-alpha.0",
"@cosmjs/proto-signing": "^0.25.0-alpha.0",
"@cosmjs/stargate": "^0.25.0-alpha.0",
"@cosmjs/tendermint-rpc": "^0.25.0-alpha.0",
"@cosmjs/utils": "^0.25.0-alpha.0",
"axios": "^0.21.1",
"babylon": "^6.18.0",
"colors": "^1.3.3",