v0.24.0-alpha.26

This commit is contained in:
Simon Warta
2021-02-24 16:31:23 +01:00
parent 8bbe0ae97e
commit 33e4d4d6eb
19 changed files with 81 additions and 81 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmjs/socket",
"version": "0.24.0-alpha.25",
"version": "0.24.0-alpha.26",
"description": "Utility functions for working with WebSockets",
"contributors": [
"IOV SAS <admin@iov.one>",
@@ -42,7 +42,7 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/stream": "^0.24.0-alpha.25",
"@cosmjs/stream": "^0.24.0-alpha.26",
"isomorphic-ws": "^4.0.1",
"ws": "^6.2.0",
"xstream": "^11.14.0"