@superdoc-dev/cli 0.5.0-next.41 → 0.5.0-next.42

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -173461,7 +173461,7 @@ var init_remark_gfm_DCND_V_3_es = __esm(() => {
173461
173461
  init_remark_gfm_BUJjZJLy_es();
173462
173462
  });
173463
173463
 
173464
- // ../../packages/superdoc/dist/chunks/src-DRR4dyPQ.es.js
173464
+ // ../../packages/superdoc/dist/chunks/src-fbRRkK8t.es.js
173465
173465
  function deleteProps(obj, propOrProps) {
173466
173466
  const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
173467
173467
  const removeNested = (target, pathParts, index2 = 0) => {
@@ -246780,7 +246780,7 @@ var Node$13 = class Node$14 {
246780
246780
  wrapper.appendChild(mrow);
246781
246781
  const accent = doc$12.createElementNS(MATHML_NS$1, "mo");
246782
246782
  accent.setAttribute("stretchy", "true");
246783
- accent.textContent = isUnder ? "―" : "‾";
246783
+ accent.textContent = "‾";
246784
246784
  wrapper.appendChild(accent);
246785
246785
  return wrapper;
246786
246786
  }, MATHML_NS = "http://www.w3.org/1998/Math/MathML", MATH_OBJECT_REGISTRY, ARGUMENT_ELEMENTS, LIST_MARKER_GAP$1 = 8, DEFAULT_PAGE_HEIGHT_PX = 1056, DEFAULT_VIRTUALIZED_PAGE_GAP = 72, LINK_DATASET_KEYS, MAX_HREF_LENGTH = 2048, SAFE_ANCHOR_PATTERN, MAX_DATA_URL_LENGTH, VALID_IMAGE_DATA_URL, MAX_RESIZE_MULTIPLIER = 3, FALLBACK_MAX_DIMENSION = 1000, MIN_IMAGE_DIMENSION = 20, AMBIGUOUS_LINK_PATTERNS, linkMetrics, TRACK_CHANGE_BASE_CLASS, TRACK_CHANGE_MODIFIER_CLASS, LINK_TARGET_SET, normalizeAnchor$1 = (value) => {
@@ -256673,7 +256673,7 @@ var Node$13 = class Node$14 {
256673
256673
  return;
256674
256674
  console.log(...args$1);
256675
256675
  }, 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;
256676
- var init_src_DRR4dyPQ_es = __esm(() => {
256676
+ var init_src_fbRRkK8t_es = __esm(() => {
256677
256677
  init_rolldown_runtime_B2q5OVn9_es();
256678
256678
  init_SuperConverter_C6rVgqDZ_es();
256679
256679
  init_jszip_ChlR43oI_es();
@@ -291206,7 +291206,7 @@ var init_zipper_YmNpPIyc_es = __esm(() => {
291206
291206
 
291207
291207
  // ../../packages/superdoc/dist/super-editor.es.js
291208
291208
  var init_super_editor_es = __esm(() => {
291209
- init_src_DRR4dyPQ_es();
291209
+ init_src_fbRRkK8t_es();
291210
291210
  init_SuperConverter_C6rVgqDZ_es();
291211
291211
  init_jszip_ChlR43oI_es();
291212
291212
  init_xml_js_40FWvL78_es();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/cli",
3
- "version": "0.5.0-next.41",
3
+ "version": "0.5.0-next.42",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "superdoc": "./dist/index.js"
@@ -25,20 +25,20 @@
25
25
  "@types/ws": "^8.5.13",
26
26
  "typescript": "^5.9.2",
27
27
  "@superdoc/document-api": "0.0.1",
28
+ "@superdoc/super-editor": "0.0.1",
28
29
  "@superdoc/pm-adapter": "0.0.0",
29
- "superdoc": "1.23.0",
30
- "@superdoc/super-editor": "0.0.1"
30
+ "superdoc": "1.23.0"
31
31
  },
32
32
  "module": "src/index.ts",
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
36
  "optionalDependencies": {
37
- "@superdoc-dev/cli-darwin-arm64": "0.5.0-next.41",
38
- "@superdoc-dev/cli-darwin-x64": "0.5.0-next.41",
39
- "@superdoc-dev/cli-linux-arm64": "0.5.0-next.41",
40
- "@superdoc-dev/cli-linux-x64": "0.5.0-next.41",
41
- "@superdoc-dev/cli-windows-x64": "0.5.0-next.41"
37
+ "@superdoc-dev/cli-darwin-arm64": "0.5.0-next.42",
38
+ "@superdoc-dev/cli-darwin-x64": "0.5.0-next.42",
39
+ "@superdoc-dev/cli-linux-x64": "0.5.0-next.42",
40
+ "@superdoc-dev/cli-linux-arm64": "0.5.0-next.42",
41
+ "@superdoc-dev/cli-windows-x64": "0.5.0-next.42"
42
42
  },
43
43
  "scripts": {
44
44
  "predev": "node scripts/ensure-superdoc-build.js",