v0.24.0-alpha.12

This commit is contained in:
willclarktech
2020-12-22 16:37:26 +00:00
parent d23b35a3fe
commit fbf5d412c4
19 changed files with 76 additions and 76 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmjs/socket",
"version": "0.24.0-alpha.11",
"version": "0.24.0-alpha.12",
"description": "Utility functions for working with WebSockets",
"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.11",
"@cosmjs/stream": "^0.24.0-alpha.12",
"isomorphic-ws": "^4.0.1",
"ws": "^6.2.0",
"xstream": "^11.14.0"