@superdoc-dev/mcp 0.10.0-next.8 → 0.10.0-next.9
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
|
@@ -342768,9 +342768,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
342768
342768
|
]);
|
|
342769
342769
|
});
|
|
342770
342770
|
|
|
342771
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
342771
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-VNl09TSQ.es.js
|
|
342772
342772
|
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;
|
|
342773
|
-
var
|
|
342773
|
+
var init_create_super_doc_ui_VNl09TSQ_es = __esm(() => {
|
|
342774
342774
|
init_SuperConverter_C6hKp29w_es();
|
|
342775
342775
|
init_create_headless_toolbar_ISx0N5AS_es();
|
|
342776
342776
|
MOD_ALIASES = new Set([
|
|
@@ -342823,7 +342823,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
342823
342823
|
init_dist_B8HfvhaK_es();
|
|
342824
342824
|
init_unified_Dsuw2be5_es();
|
|
342825
342825
|
init_DocxZipper_nv_KfOqb_es();
|
|
342826
|
-
|
|
342826
|
+
init_create_super_doc_ui_VNl09TSQ_es();
|
|
342827
342827
|
init_ui_C5PAS9hY_es();
|
|
342828
342828
|
init_eventemitter3_BnGqBE_Q_es();
|
|
342829
342829
|
init_errors_CNaD6vcg_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/mcp",
|
|
3
|
-
"version": "0.10.0-next.
|
|
3
|
+
"version": "0.10.0-next.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20"
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"@types/bun": "^1.3.8",
|
|
20
20
|
"@types/node": "22.19.2",
|
|
21
21
|
"typescript": "^5.9.2",
|
|
22
|
+
"superdoc": "1.37.0",
|
|
22
23
|
"@superdoc/super-editor": "0.0.1",
|
|
23
|
-
"@superdoc/document-api": "0.0.1"
|
|
24
|
-
"superdoc": "1.37.0"
|
|
24
|
+
"@superdoc/document-api": "0.0.1"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|