@superdoc-dev/cli 0.5.0-next.38 → 0.5.0-next.39

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 +5 -5
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -172606,7 +172606,7 @@ var init_remark_gfm_CjV8kaUy_es = __esm(() => {
172606
172606
  init_remark_gfm_z_sDF4ss_es();
172607
172607
  });
172608
172608
 
172609
- // ../../packages/superdoc/dist/chunks/src-DTzsVQv_.es.js
172609
+ // ../../packages/superdoc/dist/chunks/src-Ce_Hps1H.es.js
172610
172610
  function deleteProps(obj, propOrProps) {
172611
172611
  const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
172612
172612
  const removeNested = (target, pathParts, index2 = 0) => {
@@ -245720,7 +245720,7 @@ var Node$13 = class Node$14 {
245720
245720
  wrapper.appendChild(mrow);
245721
245721
  const accent = doc$12.createElementNS(MATHML_NS$1, "mo");
245722
245722
  accent.setAttribute("stretchy", "true");
245723
- accent.textContent = isUnder ? "̲" : "‾";
245723
+ accent.textContent = isUnder ? "" : "‾";
245724
245724
  wrapper.appendChild(accent);
245725
245725
  return wrapper;
245726
245726
  }, 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) => {
@@ -255613,7 +255613,7 @@ var Node$13 = class Node$14 {
255613
255613
  return;
255614
255614
  console.log(...args$1);
255615
255615
  }, 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;
255616
- var init_src_DTzsVQv__es = __esm(() => {
255616
+ var init_src_Ce_Hps1H_es = __esm(() => {
255617
255617
  init_rolldown_runtime_B2q5OVn9_es();
255618
255618
  init_SuperConverter_DjfudLkQ_es();
255619
255619
  init_jszip_ChlR43oI_es();
@@ -281339,12 +281339,12 @@ function print() { __p += __j.call(arguments, '') }
281339
281339
  MATH_OBJECT_REGISTRY = {
281340
281340
  "m:r": convertMathRun,
281341
281341
  "m:bar": convertBar,
281342
+ "m:f": convertFraction,
281342
281343
  "m:acc": null,
281343
281344
  "m:borderBox": null,
281344
281345
  "m:box": null,
281345
281346
  "m:d": null,
281346
281347
  "m:eqArr": null,
281347
- "m:f": convertFraction,
281348
281348
  "m:func": null,
281349
281349
  "m:groupChr": null,
281350
281350
  "m:limLow": null,
@@ -290133,7 +290133,7 @@ var init_zipper_YmNpPIyc_es = __esm(() => {
290133
290133
 
290134
290134
  // ../../packages/superdoc/dist/super-editor.es.js
290135
290135
  var init_super_editor_es = __esm(() => {
290136
- init_src_DTzsVQv__es();
290136
+ init_src_Ce_Hps1H_es();
290137
290137
  init_SuperConverter_DjfudLkQ_es();
290138
290138
  init_jszip_ChlR43oI_es();
290139
290139
  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.38",
3
+ "version": "0.5.0-next.39",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "superdoc": "./dist/index.js"
@@ -24,21 +24,21 @@
24
24
  "@types/node": "22.19.2",
25
25
  "@types/ws": "^8.5.13",
26
26
  "typescript": "^5.9.2",
27
- "@superdoc/document-api": "0.0.1",
27
+ "@superdoc/pm-adapter": "0.0.0",
28
28
  "@superdoc/super-editor": "0.0.1",
29
29
  "superdoc": "1.23.0",
30
- "@superdoc/pm-adapter": "0.0.0"
30
+ "@superdoc/document-api": "0.0.1"
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.38",
38
- "@superdoc-dev/cli-darwin-x64": "0.5.0-next.38",
39
- "@superdoc-dev/cli-linux-arm64": "0.5.0-next.38",
40
- "@superdoc-dev/cli-linux-x64": "0.5.0-next.38",
41
- "@superdoc-dev/cli-windows-x64": "0.5.0-next.38"
37
+ "@superdoc-dev/cli-darwin-arm64": "0.5.0-next.39",
38
+ "@superdoc-dev/cli-darwin-x64": "0.5.0-next.39",
39
+ "@superdoc-dev/cli-linux-x64": "0.5.0-next.39",
40
+ "@superdoc-dev/cli-linux-arm64": "0.5.0-next.39",
41
+ "@superdoc-dev/cli-windows-x64": "0.5.0-next.39"
42
42
  },
43
43
  "scripts": {
44
44
  "predev": "node scripts/ensure-superdoc-build.js",