@superdoc-dev/cli 0.5.0-next.74 → 0.5.0-next.75
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 +5 -5
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -204645,7 +204645,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
|
|
|
204645
204645
|
init_remark_gfm_BhnWr3yf_es();
|
|
204646
204646
|
});
|
|
204647
204647
|
|
|
204648
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
204648
|
+
// ../../packages/superdoc/dist/chunks/src-DpnMYWyl.es.js
|
|
204649
204649
|
function deleteProps(obj, propOrProps) {
|
|
204650
204650
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
204651
204651
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -268943,7 +268943,7 @@ var Node$13 = class Node$14 {
|
|
|
268943
268943
|
from: from$1,
|
|
268944
268944
|
to,
|
|
268945
268945
|
markName: TrackInsertMarkName,
|
|
268946
|
-
attrs: { authorEmail: user.email }
|
|
268946
|
+
attrs: { authorEmail: user.email || "" }
|
|
268947
268947
|
});
|
|
268948
268948
|
let id2;
|
|
268949
268949
|
if (providedId)
|
|
@@ -268984,7 +268984,7 @@ var Node$13 = class Node$14 {
|
|
|
268984
268984
|
from: from$1,
|
|
268985
268985
|
to,
|
|
268986
268986
|
markName: TrackDeleteMarkName,
|
|
268987
|
-
attrs: { authorEmail: user.email }
|
|
268987
|
+
attrs: { authorEmail: user.email || "" }
|
|
268988
268988
|
});
|
|
268989
268989
|
let id2;
|
|
268990
268990
|
if (providedId)
|
|
@@ -287396,7 +287396,7 @@ var Node$13 = class Node$14 {
|
|
|
287396
287396
|
return;
|
|
287397
287397
|
console.log(...args$1);
|
|
287398
287398
|
}, 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;
|
|
287399
|
-
var
|
|
287399
|
+
var init_src_DpnMYWyl_es = __esm(() => {
|
|
287400
287400
|
init_rolldown_runtime_Bg48TavK_es();
|
|
287401
287401
|
init_SuperConverter_DKPcCGTm_es();
|
|
287402
287402
|
init_jszip_C49i9kUs_es();
|
|
@@ -321970,7 +321970,7 @@ var init_zipper_DbkgrypV_es = __esm(() => {
|
|
|
321970
321970
|
|
|
321971
321971
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
321972
321972
|
var init_super_editor_es = __esm(() => {
|
|
321973
|
-
|
|
321973
|
+
init_src_DpnMYWyl_es();
|
|
321974
321974
|
init_SuperConverter_DKPcCGTm_es();
|
|
321975
321975
|
init_jszip_C49i9kUs_es();
|
|
321976
321976
|
init_xml_js_CqGKpaft_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/cli",
|
|
3
|
-
"version": "0.5.0-next.
|
|
3
|
+
"version": "0.5.0-next.75",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"optionalDependencies": {
|
|
37
|
-
"@superdoc-dev/cli-darwin-arm64": "0.5.0-next.
|
|
38
|
-
"@superdoc-dev/cli-
|
|
39
|
-
"@superdoc-dev/cli-
|
|
40
|
-
"@superdoc-dev/cli-windows-x64": "0.5.0-next.
|
|
41
|
-
"@superdoc-dev/cli-linux-arm64": "0.5.0-next.
|
|
37
|
+
"@superdoc-dev/cli-darwin-arm64": "0.5.0-next.75",
|
|
38
|
+
"@superdoc-dev/cli-darwin-x64": "0.5.0-next.75",
|
|
39
|
+
"@superdoc-dev/cli-linux-x64": "0.5.0-next.75",
|
|
40
|
+
"@superdoc-dev/cli-windows-x64": "0.5.0-next.75",
|
|
41
|
+
"@superdoc-dev/cli-linux-arm64": "0.5.0-next.75"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"predev": "node scripts/ensure-superdoc-build.js",
|