v0.25.0-alpha.2

This commit is contained in:
Simon Warta
2021-04-01 21:36:13 +02:00
parent 444db81ca6
commit 76f107db0f
20 changed files with 89 additions and 89 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmjs/socket",
"version": "0.25.0-alpha.1",
"version": "0.25.0-alpha.2",
"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.25.0-alpha.1",
"@cosmjs/stream": "^0.25.0-alpha.2",
"isomorphic-ws": "^4.0.1",
"ws": "^6.2.0",
"xstream": "^11.14.0"