@superdoc-dev/mcp 0.3.0-next.25 → 0.3.0-next.26
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -327379,9 +327379,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
327379
327379
|
];
|
|
327380
327380
|
});
|
|
327381
327381
|
|
|
327382
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
327382
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-BX9GeQ4R.es.js
|
|
327383
327383
|
var ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS;
|
|
327384
|
-
var
|
|
327384
|
+
var init_create_super_doc_ui_BX9GeQ4R_es = __esm(() => {
|
|
327385
327385
|
init_SuperConverter_DklB_kc9_es();
|
|
327386
327386
|
init_create_headless_toolbar_lTVVsGdE_es();
|
|
327387
327387
|
ALL_TOOLBAR_COMMAND_IDS = Object.keys(createToolbarRegistry());
|
|
@@ -327410,7 +327410,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
327410
327410
|
init_dist_B8HfvhaK_es();
|
|
327411
327411
|
init_unified_Dsuw2be5_es();
|
|
327412
327412
|
init_DocxZipper_CUX64E5K_es();
|
|
327413
|
-
|
|
327413
|
+
init_create_super_doc_ui_BX9GeQ4R_es();
|
|
327414
327414
|
init_ui_CGB3qmy3_es();
|
|
327415
327415
|
init_eventemitter3_BJrNoN9D_es();
|
|
327416
327416
|
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.26",
|
|
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/super-editor": "0.0.1",
|
|
23
22
|
"@superdoc/document-api": "0.0.1",
|
|
23
|
+
"@superdoc/super-editor": "0.0.1",
|
|
24
24
|
"superdoc": "1.29.1"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|