@hocuspocus/provider 4.0.0-rc.1 → 4.0.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1614,7 +1614,7 @@ var MessageSender = class {
|
|
|
1614
1614
|
|
|
1615
1615
|
//#endregion
|
|
1616
1616
|
//#region packages/provider/src/version.ts
|
|
1617
|
-
const version = "4.0.0-rc.
|
|
1617
|
+
const version = "4.0.0-rc.2";
|
|
1618
1618
|
|
|
1619
1619
|
//#endregion
|
|
1620
1620
|
//#region packages/provider/src/OutgoingMessages/AuthenticationMessage.ts
|
|
@@ -1728,7 +1728,7 @@ var HocuspocusProvider = class extends EventEmitter {
|
|
|
1728
1728
|
document: void 0,
|
|
1729
1729
|
awareness: void 0,
|
|
1730
1730
|
token: null,
|
|
1731
|
-
sessionAwareness:
|
|
1731
|
+
sessionAwareness: false,
|
|
1732
1732
|
forceSyncInterval: false,
|
|
1733
1733
|
onAuthenticated: () => null,
|
|
1734
1734
|
onAuthenticationFailed: () => null,
|