@superdoc-dev/mcp 0.3.0-next.54 → 0.3.0-next.55
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
|
@@ -327474,9 +327474,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
327474
327474
|
];
|
|
327475
327475
|
});
|
|
327476
327476
|
|
|
327477
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
327477
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-ez-2OSpF.es.js
|
|
327478
327478
|
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;
|
|
327479
|
-
var
|
|
327479
|
+
var init_create_super_doc_ui_ez_2OSpF_es = __esm(() => {
|
|
327480
327480
|
init_SuperConverter_DFi0X147_es();
|
|
327481
327481
|
init_create_headless_toolbar_C9nvGdZQ_es();
|
|
327482
327482
|
MOD_ALIASES = new Set([
|
|
@@ -327529,7 +327529,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
327529
327529
|
init_dist_B8HfvhaK_es();
|
|
327530
327530
|
init_unified_Dsuw2be5_es();
|
|
327531
327531
|
init_DocxZipper_CUX64E5K_es();
|
|
327532
|
-
|
|
327532
|
+
init_create_super_doc_ui_ez_2OSpF_es();
|
|
327533
327533
|
init_ui_CGB3qmy3_es();
|
|
327534
327534
|
init_eventemitter3_UwU_CLPU_es();
|
|
327535
327535
|
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.55",
|
|
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/document-api": "0.0.1",
|
|
22
23
|
"@superdoc/super-editor": "0.0.1",
|
|
23
|
-
"superdoc": "1.31.0"
|
|
24
|
-
"@superdoc/document-api": "0.0.1"
|
|
24
|
+
"superdoc": "1.31.0"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|