Merge branch 'main' into 301-yarn2

This commit is contained in:
willclarktech
2021-06-01 10:52:35 +02:00
54 changed files with 279 additions and 58 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmjs/socket",
"version": "0.25.3",
"version": "0.25.4",
"description": "Utility functions for working with WebSockets",
"contributors": [
"IOV SAS <admin@iov.one>",
@@ -43,7 +43,7 @@
"dependencies": {
"@cosmjs/stream": "workspace:packages/stream",
"isomorphic-ws": "^4.0.1",
"ws": "^6.2.0",
"ws": "^7",
"xstream": "^11.14.0"
},
"devDependencies": {