@superdoc-dev/mcp 0.3.0-next.14 → 0.3.0-next.15
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
|
@@ -325160,9 +325160,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
325160
325160
|
];
|
|
325161
325161
|
});
|
|
325162
325162
|
|
|
325163
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
325163
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-BUfd0WN3.es.js
|
|
325164
325164
|
var ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS;
|
|
325165
|
-
var
|
|
325165
|
+
var init_create_super_doc_ui_BUfd0WN3_es = __esm(() => {
|
|
325166
325166
|
init_SuperConverter_BTy5lByv_es();
|
|
325167
325167
|
init_create_headless_toolbar_k6nNYL53_es();
|
|
325168
325168
|
ALL_TOOLBAR_COMMAND_IDS = Object.keys(createToolbarRegistry());
|
|
@@ -325191,7 +325191,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
325191
325191
|
init_dist_B8HfvhaK_es();
|
|
325192
325192
|
init_unified_Dsuw2be5_es();
|
|
325193
325193
|
init_DocxZipper_CUX64E5K_es();
|
|
325194
|
-
|
|
325194
|
+
init_create_super_doc_ui_BUfd0WN3_es();
|
|
325195
325195
|
init_ui_CGB3qmy3_es();
|
|
325196
325196
|
init_eventemitter3_BJrNoN9D_es();
|
|
325197
325197
|
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.15",
|
|
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.29.1",
|
|
24
|
+
"@superdoc/super-editor": "0.0.1"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|