@superdoc-dev/cli 0.4.0-next.10 → 0.4.0-next.11
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 +3 -3
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -154597,7 +154597,7 @@ var init_remark_gfm_CjV8kaUy_es = __esm(() => {
|
|
|
154597
154597
|
init_remark_gfm_z_sDF4ss_es();
|
|
154598
154598
|
});
|
|
154599
154599
|
|
|
154600
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
154600
|
+
// ../../packages/superdoc/dist/chunks/src-GN-UTjOb.es.js
|
|
154601
154601
|
function deleteProps(obj, propOrProps) {
|
|
154602
154602
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
154603
154603
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -234205,7 +234205,7 @@ var Node$13 = class Node$14 {
|
|
|
234205
234205
|
return;
|
|
234206
234206
|
console.log(...args$1);
|
|
234207
234207
|
}, 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;
|
|
234208
|
-
var
|
|
234208
|
+
var init_src_GN_UTjOb_es = __esm(() => {
|
|
234209
234209
|
init_rolldown_runtime_B2q5OVn9_es();
|
|
234210
234210
|
init_SuperConverter_C9MZOwsC_es();
|
|
234211
234211
|
init_jszip_ChlR43oI_es();
|
|
@@ -267524,7 +267524,7 @@ var init_zipper_DqXT7uTa_es = __esm(() => {
|
|
|
267524
267524
|
|
|
267525
267525
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
267526
267526
|
var init_super_editor_es = __esm(() => {
|
|
267527
|
-
|
|
267527
|
+
init_src_GN_UTjOb_es();
|
|
267528
267528
|
init_SuperConverter_C9MZOwsC_es();
|
|
267529
267529
|
init_jszip_ChlR43oI_es();
|
|
267530
267530
|
init_xml_js_40FWvL78_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/cli",
|
|
3
|
-
"version": "0.4.0-next.
|
|
3
|
+
"version": "0.4.0-next.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"@types/node": "22.19.2",
|
|
22
22
|
"typescript": "^5.9.2",
|
|
23
23
|
"@superdoc/document-api": "0.0.1",
|
|
24
|
-
"@superdoc/super-editor": "0.0.1",
|
|
25
24
|
"@superdoc/pm-adapter": "0.0.0",
|
|
25
|
+
"@superdoc/super-editor": "0.0.1",
|
|
26
26
|
"superdoc": "1.21.0"
|
|
27
27
|
},
|
|
28
28
|
"module": "src/index.ts",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
32
|
"optionalDependencies": {
|
|
33
|
-
"@superdoc-dev/cli-darwin-arm64": "0.4.0-next.
|
|
34
|
-
"@superdoc-dev/cli-
|
|
35
|
-
"@superdoc-dev/cli-
|
|
36
|
-
"@superdoc-dev/cli-
|
|
37
|
-
"@superdoc-dev/cli-
|
|
33
|
+
"@superdoc-dev/cli-darwin-arm64": "0.4.0-next.11",
|
|
34
|
+
"@superdoc-dev/cli-darwin-x64": "0.4.0-next.11",
|
|
35
|
+
"@superdoc-dev/cli-linux-arm64": "0.4.0-next.11",
|
|
36
|
+
"@superdoc-dev/cli-linux-x64": "0.4.0-next.11",
|
|
37
|
+
"@superdoc-dev/cli-windows-x64": "0.4.0-next.11"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"predev": "node scripts/ensure-superdoc-build.js",
|