server chatches send errors and checks if the connection is still alive

This commit is contained in:
Kevin Jahns
2019-04-28 17:36:20 +02:00
parent e819493fe1
commit d4e731fb4a
2 changed files with 89 additions and 30 deletions

View File

@@ -34,17 +34,17 @@
},
"homepage": "https://github.com/y-js/y-websocket#readme",
"dependencies": {
"y-protocols": "0.0.2"
"y-protocols": "0.0.3"
},
"devDependencies": {
"rollup": "^1.1.2",
"rollup-cli": "^1.0.9",
"standard": "^12.0.1",
"yjs": "13.0.0-80"
"yjs": "13.0.0-81"
},
"peerDependenies": {
"lib0": "*",
"yjs": "13.0.0-80"
"yjs": "13.0.0-81"
},
"optionalDependencies": {
"ws": "^6.2.1"