superdoc 2.4.0-next.11 → 2.4.0-next.12
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.
|
@@ -19,7 +19,7 @@ var COLLABORATION_UPGRADE_ENGINE_MINIMUM_NODE_MAJOR = 20;
|
|
|
19
19
|
var PRIVATE_ENGINE_INFO = (0, _superdoc_docx_engine_collaboration_upgrade_engine.getCollaborationUpgradeEngineInfo)();
|
|
20
20
|
var ENGINE_INFO = Object.freeze({
|
|
21
21
|
...PRIVATE_ENGINE_INFO,
|
|
22
|
-
superdocVersion: "2.4.0-next.
|
|
22
|
+
superdocVersion: "2.4.0-next.12",
|
|
23
23
|
roomSchemaVersion: Object.freeze({ ...PRIVATE_ENGINE_INFO.roomSchemaVersion }),
|
|
24
24
|
supportedBundleVersions: SUPPORTED_COLLABORATION_UPGRADE_BUNDLE_VERSIONS,
|
|
25
25
|
supportedV1ReaderContractVersions: SUPPORTED_V1_READER_CONTRACT_VERSIONS
|
|
@@ -18,7 +18,7 @@ var COLLABORATION_UPGRADE_ENGINE_MINIMUM_NODE_MAJOR = 20;
|
|
|
18
18
|
var PRIVATE_ENGINE_INFO = getCollaborationUpgradeEngineInfo$1();
|
|
19
19
|
var ENGINE_INFO = Object.freeze({
|
|
20
20
|
...PRIVATE_ENGINE_INFO,
|
|
21
|
-
superdocVersion: "2.4.0-next.
|
|
21
|
+
superdocVersion: "2.4.0-next.12",
|
|
22
22
|
roomSchemaVersion: Object.freeze({ ...PRIVATE_ENGINE_INFO.roomSchemaVersion }),
|
|
23
23
|
supportedBundleVersions: SUPPORTED_COLLABORATION_UPGRADE_BUNDLE_VERSIONS,
|
|
24
24
|
supportedV1ReaderContractVersions: SUPPORTED_V1_READER_CONTRACT_VERSIONS
|
package/dist/superdoc.cjs
CHANGED
|
@@ -43278,7 +43278,7 @@ var SuperDoc = class extends require_eventemitter3.import_eventemitter3.default
|
|
|
43278
43278
|
this.config.colors = shuffleArray(this.config.colors);
|
|
43279
43279
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
43280
43280
|
this.colorIndex = 0;
|
|
43281
|
-
this.version = "2.4.0-next.
|
|
43281
|
+
this.version = "2.4.0-next.12";
|
|
43282
43282
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
43283
43283
|
this.superdocId = config.superdocId || require_uuid.v4();
|
|
43284
43284
|
this.colors = this.config.colors ?? [];
|
package/dist/superdoc.es.js
CHANGED
|
@@ -43212,7 +43212,7 @@ var SuperDoc = class extends import_eventemitter3.default {
|
|
|
43212
43212
|
this.config.colors = shuffleArray(this.config.colors);
|
|
43213
43213
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
43214
43214
|
this.colorIndex = 0;
|
|
43215
|
-
this.version = "2.4.0-next.
|
|
43215
|
+
this.version = "2.4.0-next.12";
|
|
43216
43216
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
43217
43217
|
this.superdocId = config.superdocId || v4();
|
|
43218
43218
|
this.colors = this.config.colors ?? [];
|