@hocuspocus/server
Advanced tools
Comparing version 1.0.0-alpha.64 to 1.0.0-alpha.65
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0-alpha.65](https://github.com/ueberdosis/hocuspocus/compare/@hocuspocus/server@1.0.0-alpha.64...@hocuspocus/server@1.0.0-alpha.65) (2021-08-29) | ||
**Note:** Version bump only for package @hocuspocus/server | ||
# [1.0.0-alpha.64](https://github.com/ueberdosis/hocuspocus/compare/@hocuspocus/server@1.0.0-alpha.63...@hocuspocus/server@1.0.0-alpha.64) (2021-08-27) | ||
@@ -8,0 +16,0 @@ |
@@ -1313,3 +1313,3 @@ import WebSocket from 'ws'; | ||
} | ||
readSyncStep2(message.decoder, document, null); | ||
readSyncStep2(message.decoder, document, connection); | ||
break; | ||
@@ -1320,3 +1320,3 @@ case messageYjsUpdate: | ||
} | ||
readUpdate(message.decoder, document, null); | ||
readUpdate(message.decoder, document, connection); | ||
break; | ||
@@ -1453,3 +1453,3 @@ default: | ||
var description = "plug & play collaboration backend"; | ||
var version = "1.0.0-alpha.63"; | ||
var version = "1.0.0-alpha.64"; | ||
var homepage = "https://hocuspocus.dev"; | ||
@@ -1456,0 +1456,0 @@ var keywords = [ |
{ | ||
"name": "@hocuspocus/server", | ||
"description": "plug & play collaboration backend", | ||
"version": "1.0.0-alpha.64", | ||
"version": "1.0.0-alpha.65", | ||
"homepage": "https://hocuspocus.dev", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "d8938e5d42a85a8d447e7e63fd5e2bf4f18a7d2d" | ||
"gitHead": "b0e575f7941fc52e0d11f28c61af5dd024caa981" | ||
} |
@@ -59,3 +59,3 @@ import { | ||
readSyncStep2(message.decoder, document, null) | ||
readSyncStep2(message.decoder, document, connection) | ||
break | ||
@@ -67,3 +67,3 @@ case messageYjsUpdate: | ||
readUpdate(message.decoder, document, null) | ||
readUpdate(message.decoder, document, connection) | ||
break | ||
@@ -70,0 +70,0 @@ default: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
478805