@superdoc-dev/cli 0.16.0-next.25 → 0.16.0-next.26
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 -4
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -230255,7 +230255,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
|
|
|
230255
230255
|
init_remark_gfm_BhnWr3yf_es();
|
|
230256
230256
|
});
|
|
230257
230257
|
|
|
230258
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
230258
|
+
// ../../packages/superdoc/dist/chunks/src-DYT7-l3i.es.js
|
|
230259
230259
|
function deleteProps(obj, propOrProps) {
|
|
230260
230260
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
230261
230261
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -326524,7 +326524,7 @@ menclose::after {
|
|
|
326524
326524
|
return;
|
|
326525
326525
|
console.log(...args$1);
|
|
326526
326526
|
}, 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;
|
|
326527
|
-
var
|
|
326527
|
+
var init_src_DYT7_l3i_es = __esm(() => {
|
|
326528
326528
|
init_rolldown_runtime_Bg48TavK_es();
|
|
326529
326529
|
init_SuperConverter_DBsJeu9t_es();
|
|
326530
326530
|
init_jszip_C49i9kUs_es();
|
|
@@ -353445,7 +353445,8 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
353445
353445
|
cambria: "Caladea",
|
|
353446
353446
|
arial: "Liberation Sans",
|
|
353447
353447
|
"times new roman": "Liberation Serif",
|
|
353448
|
-
"courier new": "Liberation Mono"
|
|
353448
|
+
"courier new": "Liberation Mono",
|
|
353449
|
+
helvetica: "Liberation Sans"
|
|
353449
353450
|
});
|
|
353450
353451
|
defaultResolver = new FontResolver;
|
|
353451
353452
|
DEFAULT_FONT_MEASURE_CONTEXT = Object.freeze({
|
|
@@ -361320,7 +361321,7 @@ var init_zipper_yaJVJ4z9_es = __esm(() => {
|
|
|
361320
361321
|
|
|
361321
361322
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
361322
361323
|
var init_super_editor_es = __esm(() => {
|
|
361323
|
-
|
|
361324
|
+
init_src_DYT7_l3i_es();
|
|
361324
361325
|
init_SuperConverter_DBsJeu9t_es();
|
|
361325
361326
|
init_jszip_C49i9kUs_es();
|
|
361326
361327
|
init_xml_js_CqGKpaft_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/cli",
|
|
3
|
-
"version": "0.16.0-next.
|
|
3
|
+
"version": "0.16.0-next.26",
|
|
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
|
-
"superdoc": "
|
|
29
|
-
"
|
|
28
|
+
"@superdoc/super-editor": "0.0.1",
|
|
29
|
+
"superdoc": "1.38.0"
|
|
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-darwin-
|
|
38
|
-
"@superdoc-dev/cli-linux-arm64": "0.16.0-next.
|
|
39
|
-
"@superdoc-dev/cli-
|
|
40
|
-
"@superdoc-dev/cli-
|
|
36
|
+
"@superdoc-dev/cli-darwin-arm64": "0.16.0-next.26",
|
|
37
|
+
"@superdoc-dev/cli-darwin-x64": "0.16.0-next.26",
|
|
38
|
+
"@superdoc-dev/cli-linux-arm64": "0.16.0-next.26",
|
|
39
|
+
"@superdoc-dev/cli-windows-x64": "0.16.0-next.26",
|
|
40
|
+
"@superdoc-dev/cli-linux-x64": "0.16.0-next.26"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"predev": "node scripts/ensure-superdoc-build.js",
|