Merge branch '0.22'

This commit is contained in:
Simon Warta
2020-08-11 10:20:09 +02:00
51 changed files with 385 additions and 140 deletions
View File
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmjs/socket",
"version": "0.22.0",
"version": "0.22.1",
"description": "Utility functions for working with WebSockets",
"contributors": [
"IOV SAS <admin@iov.one>",
@@ -44,7 +44,7 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/stream": "^0.22.0",
"@cosmjs/stream": "^0.22.1",
"isomorphic-ws": "^4.0.1",
"ws": "^6.2.0",
"xstream": "^11.10.0"