@superdoc-dev/cli 0.17.0-next.2 → 0.17.0-next.3
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 +4 -3
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -233430,7 +233430,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
|
|
|
233430
233430
|
init_remark_gfm_BhnWr3yf_es();
|
|
233431
233431
|
});
|
|
233432
233432
|
|
|
233433
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
233433
|
+
// ../../packages/superdoc/dist/chunks/src-CDxARMZD.es.js
|
|
233434
233434
|
function deleteProps(obj, propOrProps) {
|
|
233435
233435
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
233436
233436
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -330761,7 +330761,7 @@ menclose::after {
|
|
|
330761
330761
|
return;
|
|
330762
330762
|
console.log(...args$1);
|
|
330763
330763
|
}, 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;
|
|
330764
|
-
var
|
|
330764
|
+
var init_src_CDxARMZD_es = __esm(() => {
|
|
330765
330765
|
init_rolldown_runtime_Bg48TavK_es();
|
|
330766
330766
|
init_SuperConverter_CfRQprW6_es();
|
|
330767
330767
|
init_jszip_C49i9kUs_es();
|
|
@@ -357144,6 +357144,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
357144
357144
|
editor: this
|
|
357145
357145
|
});
|
|
357146
357146
|
console.error(err);
|
|
357147
|
+
throw err;
|
|
357147
357148
|
}
|
|
357148
357149
|
}
|
|
357149
357150
|
#endCollaboration() {
|
|
@@ -365957,7 +365958,7 @@ var init_zipper_yaJVJ4z9_es = __esm(() => {
|
|
|
365957
365958
|
|
|
365958
365959
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
365959
365960
|
var init_super_editor_es = __esm(() => {
|
|
365960
|
-
|
|
365961
|
+
init_src_CDxARMZD_es();
|
|
365961
365962
|
init_SuperConverter_CfRQprW6_es();
|
|
365962
365963
|
init_jszip_C49i9kUs_es();
|
|
365963
365964
|
init_xml_js_CqGKpaft_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/cli",
|
|
3
|
-
"version": "0.17.0-next.
|
|
3
|
+
"version": "0.17.0-next.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -25,19 +25,19 @@
|
|
|
25
25
|
"@types/ws": "^8.5.13",
|
|
26
26
|
"typescript": "^5.9.2",
|
|
27
27
|
"@superdoc/document-api": "0.0.1",
|
|
28
|
-
"
|
|
29
|
-
"superdoc": "
|
|
28
|
+
"superdoc": "1.39.0",
|
|
29
|
+
"@superdoc/super-editor": "0.0.1"
|
|
30
30
|
},
|
|
31
31
|
"module": "src/index.ts",
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@superdoc-dev/cli-darwin-
|
|
37
|
-
"@superdoc-dev/cli-
|
|
38
|
-
"@superdoc-dev/cli-
|
|
39
|
-
"@superdoc-dev/cli-linux-arm64": "0.17.0-next.
|
|
40
|
-
"@superdoc-dev/cli-windows-x64": "0.17.0-next.
|
|
36
|
+
"@superdoc-dev/cli-darwin-x64": "0.17.0-next.3",
|
|
37
|
+
"@superdoc-dev/cli-darwin-arm64": "0.17.0-next.3",
|
|
38
|
+
"@superdoc-dev/cli-linux-x64": "0.17.0-next.3",
|
|
39
|
+
"@superdoc-dev/cli-linux-arm64": "0.17.0-next.3",
|
|
40
|
+
"@superdoc-dev/cli-windows-x64": "0.17.0-next.3"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"predev": "node scripts/ensure-superdoc-build.js",
|