@fileverse-dev/ddoc 3.0.93-bug-fix-3 → 3.0.93-bug-fix-4

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.
@@ -17,6 +17,7 @@ export declare const useYjsSetup: ({ onChange, enableIndexeddbSync, ddocId, coll
17
17
  terminateSession: () => void;
18
18
  awareness: import('y-protocols/awareness.js').Awareness | null;
19
19
  hasCollabContentInitialised: boolean;
20
+ isIndexeddbSynced: boolean;
20
21
  initialiseYjsIndexedDbProvider: () => Promise<void>;
21
22
  refreshYjsIndexedDbProvider: () => Promise<void>;
22
23
  flushPendingUpdate: (changeMeta?: EditorChangeMetadata) => void;
@@ -25,6 +25,7 @@ export declare const useDdocEditor: ({ isPreviewMode, initialContent, versionHis
25
25
  isReady: boolean;
26
26
  isSyncing: boolean;
27
27
  hasCollabContentInitialised: boolean;
28
+ isIndexeddbSynced: boolean;
28
29
  initialiseYjsIndexedDbProvider: () => Promise<void>;
29
30
  flushPendingUpdate: (changeMeta?: import('./editor-change-metadata').EditorChangeMetadata) => void;
30
31
  collabState: import('./types').CollabState;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "3.0.93-bug-fix-3",
5
+ "version": "3.0.93-bug-fix-4",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {