@superdoc-dev/mcp 0.3.0-next.45 → 0.3.0-next.46

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 +14 -5
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -327461,16 +327461,25 @@ function print() { __p += __j.call(arguments, '') }
327461
327461
  ];
327462
327462
  });
327463
327463
 
327464
- // ../../packages/superdoc/dist/chunks/create-super-doc-ui-DXgbZnpa.es.js
327465
- var RESERVED_PROXY_PROPERTY_NAMES, ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS;
327466
- var init_create_super_doc_ui_DXgbZnpa_es = __esm(() => {
327464
+ // ../../packages/superdoc/dist/chunks/create-super-doc-ui-CFmbWPlL.es.js
327465
+ var BUILTIN_CONTEXT_MENU_GROUPS, BUILTIN_GROUP_ORDER, RESERVED_PROXY_PROPERTY_NAMES, ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS;
327466
+ var init_create_super_doc_ui_CFmbWPlL_es = __esm(() => {
327467
327467
  init_SuperConverter_DFi0X147_es();
327468
327468
  init_create_headless_toolbar_C9nvGdZQ_es();
327469
+ BUILTIN_CONTEXT_MENU_GROUPS = [
327470
+ "format",
327471
+ "clipboard",
327472
+ "review",
327473
+ "comment",
327474
+ "link"
327475
+ ];
327476
+ BUILTIN_GROUP_ORDER = new Map(BUILTIN_CONTEXT_MENU_GROUPS.map((g2, i4) => [g2, i4]));
327469
327477
  RESERVED_PROXY_PROPERTY_NAMES = new Set([
327470
327478
  "register",
327471
327479
  "get",
327472
327480
  "has",
327473
- "require"
327481
+ "require",
327482
+ "getContextMenuItems"
327474
327483
  ]);
327475
327484
  ALL_TOOLBAR_COMMAND_IDS = Object.keys(createToolbarRegistry());
327476
327485
  EMPTY_ACTIVE_IDS = Object.freeze([]);
@@ -327498,7 +327507,7 @@ var init_super_editor_es = __esm(() => {
327498
327507
  init_dist_B8HfvhaK_es();
327499
327508
  init_unified_Dsuw2be5_es();
327500
327509
  init_DocxZipper_CUX64E5K_es();
327501
- init_create_super_doc_ui_DXgbZnpa_es();
327510
+ init_create_super_doc_ui_CFmbWPlL_es();
327502
327511
  init_ui_CGB3qmy3_es();
327503
327512
  init_eventemitter3_UwU_CLPU_es();
327504
327513
  init_errors_C_DoKMoN_es();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/mcp",
3
- "version": "0.3.0-next.45",
3
+ "version": "0.3.0-next.46",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=20"
@@ -19,8 +19,8 @@
19
19
  "@types/bun": "^1.3.8",
20
20
  "@types/node": "22.19.2",
21
21
  "typescript": "^5.9.2",
22
- "@superdoc/document-api": "0.0.1",
23
22
  "@superdoc/super-editor": "0.0.1",
23
+ "@superdoc/document-api": "0.0.1",
24
24
  "superdoc": "1.31.0"
25
25
  },
26
26
  "publishConfig": {