@superdoc-dev/mcp 0.12.0-next.22 → 0.12.0-next.23
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
|
@@ -357787,9 +357787,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
357787
357787
|
]);
|
|
357788
357788
|
});
|
|
357789
357789
|
|
|
357790
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
357790
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-DEBNcUWy.es.js
|
|
357791
357791
|
var DEFAULT_TEXT_ALIGN_OPTIONS, DEFAULT_LINE_HEIGHT_OPTIONS, DEFAULT_ZOOM_OPTIONS, DEFAULT_DOCUMENT_MODE_OPTIONS, DEFAULT_FONT_SIZE_OPTIONS, headlessToolbarConstants, 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, FONT_SIZE_OPTIONS;
|
|
357792
|
-
var
|
|
357792
|
+
var init_create_super_doc_ui_DEBNcUWy_es = __esm(() => {
|
|
357793
357793
|
init_SuperConverter_CLuVUp7o_es();
|
|
357794
357794
|
init_create_headless_toolbar_Dga1mSBS_es();
|
|
357795
357795
|
DEFAULT_TEXT_ALIGN_OPTIONS = [
|
|
@@ -358091,7 +358091,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
358091
358091
|
init_dist_B8HfvhaK_es();
|
|
358092
358092
|
init_unified_Dsuw2be5_es();
|
|
358093
358093
|
init_DocxZipper_FUsfThjV_es();
|
|
358094
|
-
|
|
358094
|
+
init_create_super_doc_ui_DEBNcUWy_es();
|
|
358095
358095
|
init_ui_C5PAS9hY_es();
|
|
358096
358096
|
init_eventemitter3_BnGqBE_Q_es();
|
|
358097
358097
|
init_errors_CNaD6vcg_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/mcp",
|
|
3
|
-
"version": "0.12.0-next.
|
|
3
|
+
"version": "0.12.0-next.23",
|
|
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/
|
|
22
|
+
"@superdoc/super-editor": "0.0.1",
|
|
23
23
|
"superdoc": "1.39.0",
|
|
24
|
-
"@superdoc/
|
|
24
|
+
"@superdoc/document-api": "0.0.1"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|