superdoc 2.12.0 → 2.12.1-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.
|
@@ -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.12.
|
|
22
|
+
superdocVersion: "2.12.1-next.1",
|
|
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.12.
|
|
21
|
+
superdocVersion: "2.12.1-next.1",
|
|
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
|
@@ -316,7 +316,7 @@ var shuffleArray = (array) => {
|
|
|
316
316
|
var DEFAULT_ENDPOINT = "https://ingest.superdoc.dev/v1/collect";
|
|
317
317
|
function getSuperdocVersion() {
|
|
318
318
|
try {
|
|
319
|
-
return "2.12.
|
|
319
|
+
return "2.12.1-next.1";
|
|
320
320
|
} catch {
|
|
321
321
|
return "unknown";
|
|
322
322
|
}
|
|
@@ -45340,7 +45340,7 @@ var SuperDoc = class extends require_eventemitter3.import_eventemitter3.default
|
|
|
45340
45340
|
this.config.colors = shuffleArray(this.config.colors);
|
|
45341
45341
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
45342
45342
|
this.colorIndex = 0;
|
|
45343
|
-
this.version = "2.12.
|
|
45343
|
+
this.version = "2.12.1-next.1";
|
|
45344
45344
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
45345
45345
|
this.superdocId = config.superdocId || require_uuid.v4();
|
|
45346
45346
|
this.colors = this.config.colors ?? [];
|
package/dist/superdoc.es.js
CHANGED
|
@@ -315,7 +315,7 @@ var shuffleArray = (array) => {
|
|
|
315
315
|
var DEFAULT_ENDPOINT = "https://ingest.superdoc.dev/v1/collect";
|
|
316
316
|
function getSuperdocVersion() {
|
|
317
317
|
try {
|
|
318
|
-
return "2.12.
|
|
318
|
+
return "2.12.1-next.1";
|
|
319
319
|
} catch {
|
|
320
320
|
return "unknown";
|
|
321
321
|
}
|
|
@@ -45271,7 +45271,7 @@ var SuperDoc = class extends import_eventemitter3.default {
|
|
|
45271
45271
|
this.config.colors = shuffleArray(this.config.colors);
|
|
45272
45272
|
this.userColorMap = /* @__PURE__ */ new Map();
|
|
45273
45273
|
this.colorIndex = 0;
|
|
45274
|
-
this.version = "2.12.
|
|
45274
|
+
this.version = "2.12.1-next.1";
|
|
45275
45275
|
this.#log("🦋 [superdoc] Using SuperDoc version:", this.version);
|
|
45276
45276
|
this.superdocId = config.superdocId || v4();
|
|
45277
45277
|
this.colors = this.config.colors ?? [];
|