@superdoc-dev/mcp 0.7.0-next.17 → 0.7.0-next.19

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 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -208791,7 +208791,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
208791
208791
  init_remark_gfm_BhnWr3yf_es();
208792
208792
  });
208793
208793
 
208794
- // ../../packages/superdoc/dist/chunks/src-DkDAd28K.es.js
208794
+ // ../../packages/superdoc/dist/chunks/src-DygNo4Zh.es.js
208795
208795
  function deleteProps(obj, propOrProps) {
208796
208796
  const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
208797
208797
  const removeNested = (target, pathParts, index2 = 0) => {
@@ -297180,7 +297180,7 @@ menclose::after {
297180
297180
  return;
297181
297181
  console.log(...args$1);
297182
297182
  }, 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;
297183
- var init_src_DkDAd28K_es = __esm(() => {
297183
+ var init_src_DygNo4Zh_es = __esm(() => {
297184
297184
  init_rolldown_runtime_Bg48TavK_es();
297185
297185
  init_SuperConverter_UqLu6KQU_es();
297186
297186
  init_jszip_C49i9kUs_es();
@@ -319125,6 +319125,7 @@ function print() { __p += __j.call(arguments, '') }
319125
319125
  role = "editor";
319126
319126
  superdoc;
319127
319127
  toolbarContainer = null;
319128
+ toolbar = null;
319128
319129
  constructor(config3) {
319129
319130
  super();
319130
319131
  this.config = {
@@ -335004,7 +335005,7 @@ var init_zipper_yaJVJ4z9_es = __esm(() => {
335004
335005
 
335005
335006
  // ../../packages/superdoc/dist/super-editor.es.js
335006
335007
  var init_super_editor_es = __esm(() => {
335007
- init_src_DkDAd28K_es();
335008
+ init_src_DygNo4Zh_es();
335008
335009
  init_SuperConverter_UqLu6KQU_es();
335009
335010
  init_jszip_C49i9kUs_es();
335010
335011
  init_xml_js_CqGKpaft_es();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/mcp",
3
- "version": "0.7.0-next.17",
3
+ "version": "0.7.0-next.19",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=20"
@@ -20,8 +20,8 @@
20
20
  "@types/node": "22.19.2",
21
21
  "typescript": "^5.9.2",
22
22
  "@superdoc/document-api": "0.0.1",
23
- "superdoc": "1.34.0",
24
- "@superdoc/super-editor": "0.0.1"
23
+ "@superdoc/super-editor": "0.0.1",
24
+ "superdoc": "1.34.0"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"