@superdoc-dev/cli 0.20.0 → 0.20.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.
- package/dist/index.js +68 -22
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -69157,7 +69157,7 @@ var init_remark_gfm_BUJjZJLy_es = __esm(() => {
|
|
|
69157
69157
|
emptyOptions2 = {};
|
|
69158
69158
|
});
|
|
69159
69159
|
|
|
69160
|
-
// ../../packages/superdoc/dist/chunks/SuperConverter-
|
|
69160
|
+
// ../../packages/superdoc/dist/chunks/SuperConverter-DJEK5GYX.es.js
|
|
69161
69161
|
function getExtensionConfigField(extension$1, field, context = { name: "" }) {
|
|
69162
69162
|
const fieldValue = extension$1.config[field];
|
|
69163
69163
|
if (typeof fieldValue === "function")
|
|
@@ -137671,7 +137671,7 @@ Docs: https://docs.superdoc.dev/getting-started/fonts`);
|
|
|
137671
137671
|
"data-track-change-date": change.date || ""
|
|
137672
137672
|
}));
|
|
137673
137673
|
}
|
|
137674
|
-
}, NOTE_REFERENCE_NODE_TYPES, storeByEditor, liveSessionsByHost, cacheByHost, hostStoreSyncedKeys, BODY_LOCATOR, groupedCache, SDT_NODE_NAMES, SDT_BLOCK_NAME = "structuredContentBlock", SDT_INLINE_NAME = "structuredContent", SDT_NODE_TYPES, VALID_CONTROL_TYPES, VALID_LOCK_MODES2, VALID_APPEARANCES, FIELD_LIKE_SDT_TYPES, liveDocumentCountsCache, BIBLIOGRAPHY_NAMESPACE_URI = "http://schemas.openxmlformats.org/officeDocument/2006/bibliography", CUSTOM_XML_RELATIONSHIP_TYPE = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml", CUSTOM_XML_PROPS_RELATIONSHIP_TYPE = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps", DEFAULT_SELECTED_STYLE = "/APA.XSL", DEFAULT_STYLE_NAME = "APA", DEFAULT_VERSION = "6", API_TO_OOXML_SOURCE_TYPE, OOXML_TO_API_SOURCE_TYPE, SIMPLE_FIELD_TO_XML_TAG, XML_TAG_TO_SIMPLE_FIELD, import_lib2, FONT_FAMILY_FALLBACKS, DEFAULT_GENERIC_FALLBACK = "sans-serif", DEFAULT_FONT_SIZE_PT = 10, CURRENT_APP_VERSION = "1.
|
|
137674
|
+
}, NOTE_REFERENCE_NODE_TYPES, storeByEditor, liveSessionsByHost, cacheByHost, hostStoreSyncedKeys, BODY_LOCATOR, groupedCache, SDT_NODE_NAMES, SDT_BLOCK_NAME = "structuredContentBlock", SDT_INLINE_NAME = "structuredContent", SDT_NODE_TYPES, VALID_CONTROL_TYPES, VALID_LOCK_MODES2, VALID_APPEARANCES, FIELD_LIKE_SDT_TYPES, liveDocumentCountsCache, BIBLIOGRAPHY_NAMESPACE_URI = "http://schemas.openxmlformats.org/officeDocument/2006/bibliography", CUSTOM_XML_RELATIONSHIP_TYPE = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml", CUSTOM_XML_PROPS_RELATIONSHIP_TYPE = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps", DEFAULT_SELECTED_STYLE = "/APA.XSL", DEFAULT_STYLE_NAME = "APA", DEFAULT_VERSION = "6", API_TO_OOXML_SOURCE_TYPE, OOXML_TO_API_SOURCE_TYPE, SIMPLE_FIELD_TO_XML_TAG, XML_TAG_TO_SIMPLE_FIELD, import_lib2, FONT_FAMILY_FALLBACKS, DEFAULT_GENERIC_FALLBACK = "sans-serif", DEFAULT_FONT_SIZE_PT = 10, CURRENT_APP_VERSION = "1.43.0", SUPERDOC_DOCUMENT_ORIGIN_PROPERTY = "SuperdocDocumentOrigin", STORED_DOCUMENT_ORIGINS, collectRunDefaultProperties = (runProps, { allowOverrideTypeface = true, allowOverrideSize = true, themeResolver, state }) => {
|
|
137675
137675
|
if (!runProps?.elements?.length || !state)
|
|
137676
137676
|
return;
|
|
137677
137677
|
const fontsNode = runProps.elements.find((el) => el.name === "w:rFonts");
|
|
@@ -137705,7 +137705,7 @@ Docs: https://docs.superdoc.dev/getting-started/fonts`);
|
|
|
137705
137705
|
state.kern = kernNode.attributes["w:val"];
|
|
137706
137706
|
}
|
|
137707
137707
|
}, SuperConverter;
|
|
137708
|
-
var
|
|
137708
|
+
var init_SuperConverter_DJEK5GYX_es = __esm(() => {
|
|
137709
137709
|
init_rolldown_runtime_Bg48TavK_es();
|
|
137710
137710
|
init_jszip_C49i9kUs_es();
|
|
137711
137711
|
init_xml_js_CqGKpaft_es();
|
|
@@ -166720,7 +166720,7 @@ var init_SuperConverter_18ny5wUo_es = __esm(() => {
|
|
|
166720
166720
|
};
|
|
166721
166721
|
});
|
|
166722
166722
|
|
|
166723
|
-
// ../../packages/superdoc/dist/chunks/create-headless-toolbar-
|
|
166723
|
+
// ../../packages/superdoc/dist/chunks/create-headless-toolbar-BYe9VWHO.es.js
|
|
166724
166724
|
function parseSizeUnit(val = "0") {
|
|
166725
166725
|
const length3 = val.toString() || "0";
|
|
166726
166726
|
const value = Number.parseFloat(length3);
|
|
@@ -177463,9 +177463,9 @@ var CSS_DIMENSION_REGEX, DOM_SIZE_UNITS, MARK_KEYS, STEP_OP_CATALOG_UNFROZEN2, P
|
|
|
177463
177463
|
}
|
|
177464
177464
|
};
|
|
177465
177465
|
};
|
|
177466
|
-
var
|
|
177466
|
+
var init_create_headless_toolbar_BYe9VWHO_es = __esm(() => {
|
|
177467
177467
|
init_rolldown_runtime_Bg48TavK_es();
|
|
177468
|
-
|
|
177468
|
+
init_SuperConverter_DJEK5GYX_es();
|
|
177469
177469
|
init_jszip_C49i9kUs_es();
|
|
177470
177470
|
init_uuid_B2wVPhPi_es();
|
|
177471
177471
|
init_constants_D9qj59G2_es();
|
|
@@ -227559,7 +227559,7 @@ var init_remark_gfm_DCND_V_3_es = __esm(() => {
|
|
|
227559
227559
|
init_remark_gfm_BUJjZJLy_es();
|
|
227560
227560
|
});
|
|
227561
227561
|
|
|
227562
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
227562
|
+
// ../../packages/superdoc/dist/chunks/src-q2d5WRO-.es.js
|
|
227563
227563
|
function deleteProps(obj, propOrProps) {
|
|
227564
227564
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
227565
227565
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -227706,7 +227706,7 @@ function prosemirrorToYXmlFragment(doc$12, xmlFragment) {
|
|
|
227706
227706
|
}
|
|
227707
227707
|
function getSuperdocVersion() {
|
|
227708
227708
|
try {
|
|
227709
|
-
return "1.
|
|
227709
|
+
return "1.43.0";
|
|
227710
227710
|
} catch {
|
|
227711
227711
|
return "unknown";
|
|
227712
227712
|
}
|
|
@@ -305884,7 +305884,7 @@ var Node$13 = class Node$14 {
|
|
|
305884
305884
|
domAvailabilityCache = false;
|
|
305885
305885
|
return false;
|
|
305886
305886
|
}
|
|
305887
|
-
}, summaryVersion = "1.
|
|
305887
|
+
}, summaryVersion = "1.43.0", nodeKeys, markKeys, transformListsInCopiedContent = (html3) => {
|
|
305888
305888
|
const container = document.createElement("div");
|
|
305889
305889
|
container.innerHTML = html3;
|
|
305890
305890
|
const result = [];
|
|
@@ -307070,7 +307070,7 @@ var Node$13 = class Node$14 {
|
|
|
307070
307070
|
return () => {};
|
|
307071
307071
|
const handle3 = setInterval(callback, intervalMs);
|
|
307072
307072
|
return () => clearInterval(handle3);
|
|
307073
|
-
}, HISTORY_UNSAFE_OPS, CANONICAL_COMMENT_IGNORED_KEYS, INITIAL_HASH, ROUND_CONSTANTS, V1_COVERAGE, V2_COVERAGE, SNAPSHOT_VERSION_V2 = "sd-diff-snapshot/v2", PAYLOAD_VERSION_V1 = "sd-diff-payload/v1", PAYLOAD_VERSION_V2 = "sd-diff-payload/v2", ENGINE_ID = "super-editor", STAGED_CONVERTER_KEYS, DiffServiceError, TC_LEVEL_MIN = 1, TC_LEVEL_MAX = 9, ALLOWED_WRAP_ATTRS, WRAP_TYPES_SUPPORTING_SIDE, WRAP_TYPES_SUPPORTING_DISTANCES, RELATIVE_HEIGHT_MIN = 0, RELATIVE_HEIGHT_MAX = 4294967295, FORBIDDEN_RAW_PATCH_NAMES, CONTROL_TYPE_SDT_PR_ELEMENTS, DEFAULT_CHECKBOX_SYMBOL_FONT2 = "MS Gothic", DEFAULT_CHECKBOX_CHECKED_HEX2 = "2612", DEFAULT_CHECKBOX_UNCHECKED_HEX2 = "2610", VARIANT_ORDER, KIND_ORDER, HEADER_RELATIONSHIP_TYPE3 = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/header", FOOTER_RELATIONSHIP_TYPE3 = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footer", DOCUMENT_RELS_PATH2 = "word/_rels/document.xml.rels", HEADER_FILE_PATTERN2, FOOTER_FILE_PATTERN2, BOOKMARK_SCAN_REVISION_PREFIX = "bookmark-scan:", import_lib4, CUSTOM_XML_DATA_RELATIONSHIP_TYPE = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml", CUSTOM_XML_PROPS_RELATIONSHIP_TYPE2 = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps", CUSTOM_XML_DATASTORE_NAMESPACE = "http://schemas.openxmlformats.org/officeDocument/2006/customXml", SETTINGS_PART, VALID_DISPLAYS, REFERENCE_BLOCK_PREFIX, CAPTION_STYLE_NAMES, CAPTION_PARAGRAPH_STYLE_ID = "Caption", CAPTION_FORMAT_TO_OOXML, DOCUMENT_STAT_FIELD_TYPES, TOA_LEADER_REVERSE_MAP, EDGE_NODE_TYPES, CONTENT_TYPES_PART_ID = "[Content_Types].xml", CONTENT_TYPES_NS = "http://schemas.openxmlformats.org/package/2006/content-types", contentTypesPartDescriptor, empty_exports, init_empty, CURRENT_APP_VERSION2 = "1.
|
|
307073
|
+
}, HISTORY_UNSAFE_OPS, CANONICAL_COMMENT_IGNORED_KEYS, INITIAL_HASH, ROUND_CONSTANTS, V1_COVERAGE, V2_COVERAGE, SNAPSHOT_VERSION_V2 = "sd-diff-snapshot/v2", PAYLOAD_VERSION_V1 = "sd-diff-payload/v1", PAYLOAD_VERSION_V2 = "sd-diff-payload/v2", ENGINE_ID = "super-editor", STAGED_CONVERTER_KEYS, DiffServiceError, TC_LEVEL_MIN = 1, TC_LEVEL_MAX = 9, ALLOWED_WRAP_ATTRS, WRAP_TYPES_SUPPORTING_SIDE, WRAP_TYPES_SUPPORTING_DISTANCES, RELATIVE_HEIGHT_MIN = 0, RELATIVE_HEIGHT_MAX = 4294967295, FORBIDDEN_RAW_PATCH_NAMES, CONTROL_TYPE_SDT_PR_ELEMENTS, DEFAULT_CHECKBOX_SYMBOL_FONT2 = "MS Gothic", DEFAULT_CHECKBOX_CHECKED_HEX2 = "2612", DEFAULT_CHECKBOX_UNCHECKED_HEX2 = "2610", VARIANT_ORDER, KIND_ORDER, HEADER_RELATIONSHIP_TYPE3 = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/header", FOOTER_RELATIONSHIP_TYPE3 = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footer", DOCUMENT_RELS_PATH2 = "word/_rels/document.xml.rels", HEADER_FILE_PATTERN2, FOOTER_FILE_PATTERN2, BOOKMARK_SCAN_REVISION_PREFIX = "bookmark-scan:", import_lib4, CUSTOM_XML_DATA_RELATIONSHIP_TYPE = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml", CUSTOM_XML_PROPS_RELATIONSHIP_TYPE2 = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps", CUSTOM_XML_DATASTORE_NAMESPACE = "http://schemas.openxmlformats.org/officeDocument/2006/customXml", SETTINGS_PART, VALID_DISPLAYS, REFERENCE_BLOCK_PREFIX, CAPTION_STYLE_NAMES, CAPTION_PARAGRAPH_STYLE_ID = "Caption", CAPTION_FORMAT_TO_OOXML, DOCUMENT_STAT_FIELD_TYPES, TOA_LEADER_REVERSE_MAP, EDGE_NODE_TYPES, CONTENT_TYPES_PART_ID = "[Content_Types].xml", CONTENT_TYPES_NS = "http://schemas.openxmlformats.org/package/2006/content-types", contentTypesPartDescriptor, empty_exports, init_empty, CURRENT_APP_VERSION2 = "1.43.0", PIXELS_PER_INCH2 = 96, MAX_HEIGHT_BUFFER_PX = 50, MAX_WIDTH_BUFFER_PX = 20, TRACKED_REVIEW_MARK_NAMES2, isTrackedReviewMark = (mark2) => Boolean(mark2?.type?.name && TRACKED_REVIEW_MARK_NAMES2.has(mark2.type.name)), trackedReviewMarkKey = (mark2) => {
|
|
307074
307074
|
if (!isTrackedReviewMark(mark2))
|
|
307075
307075
|
return null;
|
|
307076
307076
|
const id2 = typeof mark2.attrs?.id === "string" ? mark2.attrs.id : "";
|
|
@@ -307229,6 +307229,8 @@ var Node$13 = class Node$14 {
|
|
|
307229
307229
|
return false;
|
|
307230
307230
|
if (step3.from === step3.to && step3.slice.content.size > 0 && collapsedInsertionExtendsTrackedInsertion(doc$12, step3.from, step3.slice))
|
|
307231
307231
|
return false;
|
|
307232
|
+
if (step3.from === step3.to && step3.slice.content.size > 0 && collapsedPositionIsInsideTrackedReviewMark(doc$12, step3.from))
|
|
307233
|
+
return false;
|
|
307232
307234
|
if (rangeHasTrackedReviewMark(doc$12, step3.from, step3.to))
|
|
307233
307235
|
return true;
|
|
307234
307236
|
if (step3.from === step3.to && step3.slice.content.size > 0)
|
|
@@ -307245,6 +307247,35 @@ var Node$13 = class Node$14 {
|
|
|
307245
307247
|
return false;
|
|
307246
307248
|
const docs = tr.docs ?? [];
|
|
307247
307249
|
return tr.steps.some((step3, index2) => stepTouchesTrackedReviewState(step3, docs[index2] ?? state.doc));
|
|
307250
|
+
}, enclosingTrackedReviewMarksAtCollapsedPosition = (doc$12, pos) => {
|
|
307251
|
+
const boundedPos = Math.max(0, Math.min(doc$12.content.size, pos));
|
|
307252
|
+
const $pos = doc$12.resolve(boundedPos);
|
|
307253
|
+
const afterKeys = trackedReviewMarkKeysForNode($pos.nodeAfter);
|
|
307254
|
+
if (!afterKeys.size)
|
|
307255
|
+
return [];
|
|
307256
|
+
const enclosing = [];
|
|
307257
|
+
for (const mark2 of $pos.nodeBefore?.marks ?? []) {
|
|
307258
|
+
const key2 = trackedReviewMarkKey(mark2);
|
|
307259
|
+
if (key2 && afterKeys.has(key2))
|
|
307260
|
+
enclosing.push(mark2);
|
|
307261
|
+
}
|
|
307262
|
+
return enclosing;
|
|
307263
|
+
}, collapsedInsertInsideTrackedReviewMarkRange = (state, tr) => {
|
|
307264
|
+
if (!tr.docChanged || tr.steps.length !== 1)
|
|
307265
|
+
return null;
|
|
307266
|
+
const [step3] = tr.steps;
|
|
307267
|
+
if (!(step3 instanceof ReplaceStep))
|
|
307268
|
+
return null;
|
|
307269
|
+
if (step3.from !== step3.to || step3.slice.content.size === 0)
|
|
307270
|
+
return null;
|
|
307271
|
+
const marks = enclosingTrackedReviewMarksAtCollapsedPosition((tr.docs ?? [])[0] ?? state.doc, step3.from);
|
|
307272
|
+
if (!marks.length)
|
|
307273
|
+
return null;
|
|
307274
|
+
return {
|
|
307275
|
+
from: step3.from,
|
|
307276
|
+
to: step3.from + step3.slice.size,
|
|
307277
|
+
marks
|
|
307278
|
+
};
|
|
307248
307279
|
}, CONTENT_CONTROL_POINTER_WINDOW_MS = 800, cloneExtensionInstance = (extension3) => {
|
|
307249
307280
|
const extensionLike = extension3;
|
|
307250
307281
|
const config2 = extensionLike?.config;
|
|
@@ -327257,13 +327288,13 @@ menclose::after {
|
|
|
327257
327288
|
return;
|
|
327258
327289
|
console.log(...args$1);
|
|
327259
327290
|
}, HEADER_FOOTER_INIT_BUDGET_MS = 200, MAX_ZOOM_WARNING_THRESHOLD = 10, MAX_SELECTION_RECTS_PER_USER = 100, SEMANTIC_RESIZE_DEBOUNCE_MS = 120, MIN_SEMANTIC_CONTENT_WIDTH_PX = 1, GLOBAL_PERFORMANCE, PresentationEditor, ICONS, TEXTS, tableActionsOptions, TRACKED_MARK_NAMES;
|
|
327260
|
-
var
|
|
327291
|
+
var init_src_q2d5WRO_es = __esm(() => {
|
|
327261
327292
|
init_rolldown_runtime_Bg48TavK_es();
|
|
327262
|
-
|
|
327293
|
+
init_SuperConverter_DJEK5GYX_es();
|
|
327263
327294
|
init_jszip_C49i9kUs_es();
|
|
327264
327295
|
init_xml_js_CqGKpaft_es();
|
|
327265
327296
|
init_uuid_B2wVPhPi_es();
|
|
327266
|
-
|
|
327297
|
+
init_create_headless_toolbar_BYe9VWHO_es();
|
|
327267
327298
|
init_constants_D9qj59G2_es();
|
|
327268
327299
|
init_unified_BDuVPlMu_es();
|
|
327269
327300
|
init_remark_gfm_BUJjZJLy_es();
|
|
@@ -360802,8 +360833,23 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
360802
360833
|
transactionToApply.setMeta("protectTrackedReviewState", true);
|
|
360803
360834
|
const shouldTrackForComposition = (isTrackChangesActive$1 || forceTrackChanges) && !skipTrackChanges;
|
|
360804
360835
|
const shouldTrack = shouldTrackForComposition || protectsExistingTrackedReviewState;
|
|
360805
|
-
|
|
360836
|
+
const plainInsertRange = !shouldTrack ? collapsedInsertInsideTrackedReviewMarkRange(prevState, transactionToApply) : null;
|
|
360837
|
+
if (!shouldTrack && !plainInsertRange && directInsertionMutationCommentMeta && !transactionToApply.getMeta(TrackChangesBasePluginKey))
|
|
360806
360838
|
transactionToApply.setMeta(TrackChangesBasePluginKey, directInsertionMutationCommentMeta);
|
|
360839
|
+
if (plainInsertRange) {
|
|
360840
|
+
for (const mark2 of plainInsertRange.marks)
|
|
360841
|
+
transactionToApply.removeMark(plainInsertRange.from, plainInsertRange.to, mark2);
|
|
360842
|
+
const schemaMarks = prevState.schema.marks;
|
|
360843
|
+
for (const markName of [
|
|
360844
|
+
TrackInsertMarkName,
|
|
360845
|
+
TrackDeleteMarkName,
|
|
360846
|
+
TrackFormatMarkName
|
|
360847
|
+
]) {
|
|
360848
|
+
const markType = schemaMarks[markName];
|
|
360849
|
+
if (markType)
|
|
360850
|
+
transactionToApply.removeStoredMark(markType);
|
|
360851
|
+
}
|
|
360852
|
+
}
|
|
360807
360853
|
if (shouldTrack && forceTrackChanges && !this.options.user)
|
|
360808
360854
|
throw new Error("forceTrackChanges requires a user to be configured on the editor instance.");
|
|
360809
360855
|
const deferTrackingForComposition = shouldTrackForComposition && (isCompositionTransaction(transactionToApply) || this.view?.composing === true && this.#replacesWithinDeferredRange(transactionToApply)) && this.#canDeferCompositionTracking(transactionToApply, prevState);
|
|
@@ -370557,11 +370603,11 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
370557
370603
|
]);
|
|
370558
370604
|
});
|
|
370559
370605
|
|
|
370560
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
370606
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-3od8qYhB.es.js
|
|
370561
370607
|
var DEFAULT_TEXT_ALIGN_OPTIONS, DEFAULT_LINE_HEIGHT_OPTIONS, DEFAULT_ZOOM_OPTIONS, DEFAULT_DOCUMENT_MODE_OPTIONS, DEFAULT_FONT_SIZE_OPTIONS, headlessToolbarConstants, MOD_ALIASES, ALT_ALIASES, CTRL_ALIASES, SHIFT_ALIASES, BUILTIN_CONTEXT_MENU_GROUPS, BUILTIN_GROUP_ORDER, RESERVED_PROXY_PROPERTY_NAMES, ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS, FONT_SIZE_OPTIONS;
|
|
370562
|
-
var
|
|
370563
|
-
|
|
370564
|
-
|
|
370608
|
+
var init_create_super_doc_ui_3od8qYhB_es = __esm(() => {
|
|
370609
|
+
init_SuperConverter_DJEK5GYX_es();
|
|
370610
|
+
init_create_headless_toolbar_BYe9VWHO_es();
|
|
370565
370611
|
DEFAULT_TEXT_ALIGN_OPTIONS = [
|
|
370566
370612
|
{
|
|
370567
370613
|
label: "Left",
|
|
@@ -370852,15 +370898,15 @@ var init_zipper_BxRAi0_5_es = __esm(() => {
|
|
|
370852
370898
|
|
|
370853
370899
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
370854
370900
|
var init_super_editor_es = __esm(() => {
|
|
370855
|
-
|
|
370856
|
-
|
|
370901
|
+
init_src_q2d5WRO_es();
|
|
370902
|
+
init_SuperConverter_DJEK5GYX_es();
|
|
370857
370903
|
init_jszip_C49i9kUs_es();
|
|
370858
370904
|
init_xml_js_CqGKpaft_es();
|
|
370859
|
-
|
|
370905
|
+
init_create_headless_toolbar_BYe9VWHO_es();
|
|
370860
370906
|
init_constants_D9qj59G2_es();
|
|
370861
370907
|
init_unified_BDuVPlMu_es();
|
|
370862
370908
|
init_DocxZipper_BzS208BW_es();
|
|
370863
|
-
|
|
370909
|
+
init_create_super_doc_ui_3od8qYhB_es();
|
|
370864
370910
|
init_ui_CGB3qmy3_es();
|
|
370865
370911
|
init_eventemitter3_UwU_CLPU_es();
|
|
370866
370912
|
init_errors_C_DoKMoN_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/cli",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -26,20 +26,20 @@
|
|
|
26
26
|
"lib0": "^0.2.114",
|
|
27
27
|
"typescript": "^5.9.2",
|
|
28
28
|
"y-protocols": "^1.0.6",
|
|
29
|
-
"@superdoc/super-editor": "0.0.1",
|
|
30
29
|
"@superdoc/document-api": "0.1.0-alpha.0",
|
|
31
|
-
"superdoc": "
|
|
30
|
+
"@superdoc/super-editor": "0.0.1",
|
|
31
|
+
"superdoc": "1.43.0"
|
|
32
32
|
},
|
|
33
33
|
"module": "src/index.ts",
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
37
|
"optionalDependencies": {
|
|
38
|
-
"@superdoc-dev/cli-darwin-arm64": "0.20.
|
|
39
|
-
"@superdoc-dev/cli-darwin-x64": "0.20.
|
|
40
|
-
"@superdoc-dev/cli-linux-x64": "0.20.
|
|
41
|
-
"@superdoc-dev/cli-
|
|
42
|
-
"@superdoc-dev/cli-
|
|
38
|
+
"@superdoc-dev/cli-darwin-arm64": "0.20.1",
|
|
39
|
+
"@superdoc-dev/cli-darwin-x64": "0.20.1",
|
|
40
|
+
"@superdoc-dev/cli-linux-x64": "0.20.1",
|
|
41
|
+
"@superdoc-dev/cli-windows-x64": "0.20.1",
|
|
42
|
+
"@superdoc-dev/cli-linux-arm64": "0.20.1"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"predev": "node scripts/ensure-superdoc-build.js",
|