This commit is contained in:
Simon Warta
2021-05-05 09:55:17 +02:00
parent 381d98acd1
commit 1a396b8e7a
20 changed files with 89 additions and 89 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmjs/launchpad",
"version": "0.25.0-alpha.3",
"version": "0.25.0",
"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>",
@@ -39,11 +39,11 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/amino": "^0.25.0-alpha.3",
"@cosmjs/crypto": "^0.25.0-alpha.3",
"@cosmjs/encoding": "^0.25.0-alpha.3",
"@cosmjs/math": "^0.25.0-alpha.3",
"@cosmjs/utils": "^0.25.0-alpha.3",
"@cosmjs/amino": "^0.25.0",
"@cosmjs/crypto": "^0.25.0",
"@cosmjs/encoding": "^0.25.0",
"@cosmjs/math": "^0.25.0",
"@cosmjs/utils": "^0.25.0",
"axios": "^0.21.1",
"fast-deep-equal": "^3.1.3"
},