@superdoc-dev/mcp 0.6.0-next.2 → 0.6.0-next.3
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 +5 -5
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -200676,7 +200676,7 @@ var init_remark_gfm_eZN6yzWQ_es = __esm(() => {
|
|
|
200676
200676
|
init_remark_gfm_BhnWr3yf_es();
|
|
200677
200677
|
});
|
|
200678
200678
|
|
|
200679
|
-
// ../../packages/superdoc/dist/chunks/src-
|
|
200679
|
+
// ../../packages/superdoc/dist/chunks/src-DpTIyIYi.es.js
|
|
200680
200680
|
function deleteProps(obj, propOrProps) {
|
|
200681
200681
|
const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
|
|
200682
200682
|
const removeNested = (target, pathParts, index2 = 0) => {
|
|
@@ -295445,7 +295445,7 @@ menclose::after {
|
|
|
295445
295445
|
return;
|
|
295446
295446
|
console.log(...args$1);
|
|
295447
295447
|
}, HEADER_FOOTER_INIT_BUDGET_MS = 200, MAX_ZOOM_WARNING_THRESHOLD = 10, MAX_SELECTION_RECTS_PER_USER = 100, SEMANTIC_RESIZE_DEBOUNCE_MS = 120, MIN_SEMANTIC_CONTENT_WIDTH_PX = 1, GLOBAL_PERFORMANCE, PresentationEditor, ICONS, TEXTS, tableActionsOptions;
|
|
295448
|
-
var
|
|
295448
|
+
var init_src_DpTIyIYi_es = __esm(() => {
|
|
295449
295449
|
init_rolldown_runtime_Bg48TavK_es();
|
|
295450
295450
|
init_SuperConverter_CnwfJPj6_es();
|
|
295451
295451
|
init_jszip_C49i9kUs_es();
|
|
@@ -314011,7 +314011,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
314011
314011
|
})];
|
|
314012
314012
|
}
|
|
314013
314013
|
});
|
|
314014
|
-
STRONG_RTL_CHAR_RE$1 = /[\u0590-\u08FF]
|
|
314014
|
+
STRONG_RTL_CHAR_RE$1 = /[\u0590-\u08FF\p{Script=Hebrew}\p{Script=Arabic}]/u;
|
|
314015
314015
|
STRONG_LTR_CHAR_RE = /[A-Za-z\u00C0-\u024F]/;
|
|
314016
314016
|
MixedBidiBackspace = Extension.create({
|
|
314017
314017
|
name: "mixedBidiBackspace",
|
|
@@ -322124,7 +322124,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
322124
322124
|
"doubleWave"
|
|
322125
322125
|
]);
|
|
322126
322126
|
RTL_DATE_LIKE_TOKEN_RE = /^-?\d+(?:[./-]\d+)+$/;
|
|
322127
|
-
STRONG_RTL_CHAR_RE = /[\u0590-\u08FF]
|
|
322127
|
+
STRONG_RTL_CHAR_RE = /[\u0590-\u08FF\p{Script=Hebrew}\p{Script=Arabic}]/u;
|
|
322128
322128
|
LATIN_DIGIT_NEUTRAL_ONLY_RE = /^[\s0-9A-Za-z./\-_:,+()]+$/;
|
|
322129
322129
|
OPERATOR_CHARS = new Set([
|
|
322130
322130
|
"+",
|
|
@@ -333664,7 +333664,7 @@ var init_zipper_BxRAi0_5_es = __esm(() => {
|
|
|
333664
333664
|
|
|
333665
333665
|
// ../../packages/superdoc/dist/super-editor.es.js
|
|
333666
333666
|
var init_super_editor_es = __esm(() => {
|
|
333667
|
-
|
|
333667
|
+
init_src_DpTIyIYi_es();
|
|
333668
333668
|
init_SuperConverter_CnwfJPj6_es();
|
|
333669
333669
|
init_jszip_C49i9kUs_es();
|
|
333670
333670
|
init_xml_js_CqGKpaft_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/mcp",
|
|
3
|
-
"version": "0.6.0-next.
|
|
3
|
+
"version": "0.6.0-next.3",
|
|
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",
|
|
23
22
|
"@superdoc/super-editor": "0.0.1",
|
|
24
|
-
"superdoc": "1.33.1"
|
|
23
|
+
"superdoc": "1.33.1",
|
|
24
|
+
"@superdoc/document-api": "0.0.1"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|