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
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmjs/json-rpc",
"version": "0.24.0-alpha.10",
"version": "0.24.0-alpha.11",
"description": "Framework for implementing a JSON-RPC 2.0 API",
"contributors": [
"IOV SAS <admin@iov.one>",
@@ -46,7 +46,7 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/stream": "^0.24.0-alpha.10",
"@cosmjs/stream": "^0.24.0-alpha.11",
"xstream": "^11.14.0"
}
}