@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.
|
@@ -1643,7 +1643,7 @@ var MessageSender = class {
|
|
|
1643
1643
|
|
|
1644
1644
|
//#endregion
|
|
1645
1645
|
//#region packages/provider/src/version.ts
|
|
1646
|
-
const version = "4.0.0-rc.
|
|
1646
|
+
const version = "4.0.0-rc.2";
|
|
1647
1647
|
|
|
1648
1648
|
//#endregion
|
|
1649
1649
|
//#region packages/provider/src/OutgoingMessages/AuthenticationMessage.ts
|
|
@@ -1757,7 +1757,7 @@ var HocuspocusProvider = class extends EventEmitter {
|
|
|
1757
1757
|
document: void 0,
|
|
1758
1758
|
awareness: void 0,
|
|
1759
1759
|
token: null,
|
|
1760
|
-
sessionAwareness:
|
|
1760
|
+
sessionAwareness: false,
|
|
1761
1761
|
forceSyncInterval: false,
|
|
1762
1762
|
onAuthenticated: () => null,
|
|
1763
1763
|
onAuthenticationFailed: () => null,
|