This commit is contained in:
Simon Warta
2020-02-15 19:09:54 +01:00
parent 29e4291b6b
commit 0b2da71e83
5 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmwasm/bcp",
"version": "0.0.3",
"version": "0.0.4",
"description": "Transaction codec and client to communicate with any wasmd blockchain",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"license": "Apache-2.0",
@@ -38,7 +38,7 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmwasm/sdk": "^0.0.3",
"@cosmwasm/sdk": "^0.0.4",
"@iov/bcp": "^2.0.2",
"@iov/crypto": "^2.0.2",
"@iov/encoding": "^2.0.2",