v0.24.0-alpha.25

This commit is contained in:
Simon Warta
2021-02-12 14:53:44 +01:00
parent c0311d87ef
commit 8e4813405c
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.24",
"version": "0.24.0-alpha.25",
"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.24",
"@cosmjs/stream": "^0.24.0-alpha.25",
"isomorphic-ws": "^4.0.1",
"ws": "^6.2.0",
"xstream": "^11.14.0"