@superdoc-dev/mcp 0.3.0-next.105 → 0.3.0-next.106
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.
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -333320,9 +333320,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
333320
333320
|
];
|
|
333321
333321
|
});
|
|
333322
333322
|
|
|
333323
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
333323
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-BrI339ti.es.js
|
|
333324
333324
|
var MOD_ALIASES, ALT_ALIASES, CTRL_ALIASES, SHIFT_ALIASES, BUILTIN_CONTEXT_MENU_GROUPS, BUILTIN_GROUP_ORDER, RESERVED_PROXY_PROPERTY_NAMES, ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS;
|
|
333325
|
-
var
|
|
333325
|
+
var init_create_super_doc_ui_BrI339ti_es = __esm(() => {
|
|
333326
333326
|
init_SuperConverter_ByqzBuoW_es();
|
|
333327
333327
|
init_create_headless_toolbar_CaWsmmol_es();
|
|
333328
333328
|
MOD_ALIASES = new Set([
|
|
@@ -333375,7 +333375,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
333375
333375
|
init_dist_B8HfvhaK_es();
|
|
333376
333376
|
init_unified_Dsuw2be5_es();
|
|
333377
333377
|
init_DocxZipper_Bphhij1P_es();
|
|
333378
|
-
|
|
333378
|
+
init_create_super_doc_ui_BrI339ti_es();
|
|
333379
333379
|
init_ui_CGB3qmy3_es();
|
|
333380
333380
|
init_eventemitter3_UwU_CLPU_es();
|
|
333381
333381
|
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.
|
|
3
|
+
"version": "0.3.0-next.106",
|
|
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
|
-
"
|
|
24
|
-
"superdoc": "
|
|
23
|
+
"superdoc": "1.32.0",
|
|
24
|
+
"@superdoc/super-editor": "0.0.1"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|