superdoc 2.6.1-next.3 → 2.7.0-next.1

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.
@@ -43539,7 +43539,7 @@ var SuperDoc = class extends import_eventemitter3.default {
43539
43539
  this.config.colors = shuffleArray(this.config.colors);
43540
43540
  this.userColorMap = /* @__PURE__ */ new Map();
43541
43541
  this.colorIndex = 0;
43542
- this.version = "2.6.1-next.3";
43542
+ this.version = "2.7.0-next.1";
43543
43543
  this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
43544
43544
  this.superdocId = config.superdocId || v4();
43545
43545
  this.colors = this.config.colors ?? [];