fix: Collaborative sync issue due to doc being prematurely removed in server memory

This commit is contained in:
Tom Moor 2021-11-10 17:55:20 -08:00
parent 30a80fa92d
commit 8a9c09c646
2 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@
"@bull-board/api": "^3.5.0",
"@bull-board/koa": "^3.5.0",
"@hocuspocus/provider": "^1.0.0-alpha.21",
"@hocuspocus/server": "^1.0.0-alpha.77",
"@hocuspocus/server": "^1.0.0-alpha.78",
"@outlinewiki/koa-passport": "^4.1.4",
"@outlinewiki/passport-azure-ad-oauth2": "^0.1.0",
"@renderlesskit/react": "^0.6.0",

View File

@ -1212,10 +1212,10 @@
y-protocols "^1.0.5"
yjs "^13.5.0"
"@hocuspocus/server@^1.0.0-alpha.77":
version "1.0.0-alpha.77"
resolved "https://registry.yarnpkg.com/@hocuspocus/server/-/server-1.0.0-alpha.77.tgz#0f50b901d15eca6089189c22fdba0f5defc74c25"
integrity sha512-b0TThM3vsjQakV3fdEXD3TgNt8LAodbCnjzg3kln6NMHarbQX49ZBuhlD7Q1h7AjoMaSf3HpVp0GyYscZw63cA==
"@hocuspocus/server@^1.0.0-alpha.78":
version "1.0.0-alpha.78"
resolved "https://registry.yarnpkg.com/@hocuspocus/server/-/server-1.0.0-alpha.78.tgz#06597ae871e3cfc68dd4fda5e6fbc696c8baf452"
integrity sha512-78HbOiJLo2b130UjJk7Z/Olue/qKBeL/CPn2B5/FrDRa41SClftAXipQTSa6J7JYbMi5tUyDP8cO2gckBC2Q3Q==
dependencies:
"@types/async-lock" "^1.1.2"
"@types/uuid" "^8.3.0"