@superdoc-dev/cli 0.5.0-next.51 → 0.5.0-next.52

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 +7 -7
package/dist/index.js CHANGED
@@ -173716,7 +173716,7 @@ var init_remark_gfm_DCND_V_3_es = __esm(() => {
173716
173716
  init_remark_gfm_BUJjZJLy_es();
173717
173717
  });
173718
173718
 
173719
- // ../../packages/superdoc/dist/chunks/src-B9qjgVFm.es.js
173719
+ // ../../packages/superdoc/dist/chunks/src-2Q9I9jmv.es.js
173720
173720
  function deleteProps(obj, propOrProps) {
173721
173721
  const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
173722
173722
  const removeNested = (target, pathParts, index2 = 0) => {
@@ -257502,7 +257502,7 @@ var Node$13 = class Node$14 {
257502
257502
  return;
257503
257503
  console.log(...args$1);
257504
257504
  }, 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;
257505
- var init_src_B9qjgVFm_es = __esm(() => {
257505
+ var init_src_2Q9I9jmv_es = __esm(() => {
257506
257506
  init_rolldown_runtime_B2q5OVn9_es();
257507
257507
  init_SuperConverter_DlxycwCE_es();
257508
257508
  init_jszip_ChlR43oI_es();
@@ -276898,7 +276898,7 @@ function print() { __p += __j.call(arguments, '') }
276898
276898
  }, null, 8, ["icons", "active-color"])], 64)) : createCommentVNode("", true)])]);
276899
276899
  };
276900
276900
  }
276901
- }, [["__scopeId", "data-v-e15bc0ac"]]);
276901
+ }, [["__scopeId", "data-v-b243fab8"]]);
276902
276902
  icons = [
276903
276903
  [
276904
276904
  makeColorOption("#111111", "black"),
@@ -292092,7 +292092,7 @@ var init_zipper_YmNpPIyc_es = __esm(() => {
292092
292092
 
292093
292093
  // ../../packages/superdoc/dist/super-editor.es.js
292094
292094
  var init_super_editor_es = __esm(() => {
292095
- init_src_B9qjgVFm_es();
292095
+ init_src_2Q9I9jmv_es();
292096
292096
  init_SuperConverter_DlxycwCE_es();
292097
292097
  init_jszip_ChlR43oI_es();
292098
292098
  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.51",
3
+ "version": "0.5.0-next.52",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "superdoc": "./dist/index.js"
@@ -24,8 +24,8 @@
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",
28
27
  "@superdoc/pm-adapter": "0.0.0",
28
+ "@superdoc/document-api": "0.0.1",
29
29
  "@superdoc/super-editor": "0.0.1",
30
30
  "superdoc": "1.24.0"
31
31
  },
@@ -34,11 +34,11 @@
34
34
  "access": "public"
35
35
  },
36
36
  "optionalDependencies": {
37
- "@superdoc-dev/cli-darwin-arm64": "0.5.0-next.51",
38
- "@superdoc-dev/cli-linux-x64": "0.5.0-next.51",
39
- "@superdoc-dev/cli-linux-arm64": "0.5.0-next.51",
40
- "@superdoc-dev/cli-darwin-x64": "0.5.0-next.51",
41
- "@superdoc-dev/cli-windows-x64": "0.5.0-next.51"
37
+ "@superdoc-dev/cli-darwin-arm64": "0.5.0-next.52",
38
+ "@superdoc-dev/cli-darwin-x64": "0.5.0-next.52",
39
+ "@superdoc-dev/cli-linux-x64": "0.5.0-next.52",
40
+ "@superdoc-dev/cli-linux-arm64": "0.5.0-next.52",
41
+ "@superdoc-dev/cli-windows-x64": "0.5.0-next.52"
42
42
  },
43
43
  "scripts": {
44
44
  "predev": "node scripts/ensure-superdoc-build.js",