@fileverse-dev/dsheet 2.0.36-rtc-7 → 2.0.36-rtc-9

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.
@@ -14,6 +14,8 @@ export declare class SyncManager {
14
14
  private uncommittedUpdatesIdList;
15
15
  private contentTobeAppliedQueue;
16
16
  private isProcessing;
17
+ /** Prevents parallel terminateSession calls (UI + effect cleanup). */
18
+ private _terminating;
17
19
  private flushTimer;
18
20
  private readonly FLUSH_INTERVAL_MS;
19
21
  private readonly MAX_QUEUE_SIZE;
@@ -1,6 +1,6 @@
1
1
  import { g as Ue } from "./executeStringFunction-F9mb-SpN.js";
2
2
  import * as qe from "yjs";
3
- import { m as Xe, y as Ze } from "./index-Dq54VFUh.js";
3
+ import { m as Xe, y as Ze } from "./index-BTXKOfeE.js";
4
4
  import { n as Je } from "./xlsx-hyperlink-inline-DzewAypN.js";
5
5
  import { toast as Be } from "@fileverse/ui";
6
6
  var We = { exports: {} };
@@ -3,7 +3,7 @@ import { Workbook as Pt } from "exceljs";
3
3
  import { toast as Ut } from "@fileverse/ui";
4
4
  import { addFortuneImagesToWorksheet as Lt } from "./xlsx-image-utils-Cvg0qxRA.js";
5
5
  import { g as jt, c as xt } from "./executeStringFunction-F9mb-SpN.js";
6
- import { c as Ct } from "./index-Dq54VFUh.js";
6
+ import { c as Ct } from "./index-BTXKOfeE.js";
7
7
  import { c as zt, g as Wt } from "./xlsx-hyperlink-inline-DzewAypN.js";
8
8
  const Mt = {
9
9
  1: "thin",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "2.0.36-rtc-7",
5
+ "version": "2.0.36-rtc-9",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {