@ones-editor/editor 3.0.3-beta.3 → 3.0.3-beta.4
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
CHANGED
|
@@ -95968,7 +95968,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
95968
95968
|
}
|
|
95969
95969
|
}
|
|
95970
95970
|
});
|
|
95971
|
-
editor.version = "3.0.3-beta.
|
|
95971
|
+
editor.version = "3.0.3-beta.4";
|
|
95972
95972
|
return editor;
|
|
95973
95973
|
}
|
|
95974
95974
|
function isDoc(doc2) {
|
|
@@ -96102,7 +96102,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96102
96102
|
OnesEditorDropTarget.register(editor);
|
|
96103
96103
|
OnesEditorTocProvider.register(editor);
|
|
96104
96104
|
OnesEditorExclusiveBlock.register(editor);
|
|
96105
|
-
editor.version = "3.0.3-beta.
|
|
96105
|
+
editor.version = "3.0.3-beta.4";
|
|
96106
96106
|
return editor;
|
|
96107
96107
|
}
|
|
96108
96108
|
async function showDocVersions(editor, options, serverUrl) {
|
|
@@ -96230,8 +96230,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96230
96230
|
}
|
|
96231
96231
|
}
|
|
96232
96232
|
});
|
|
96233
|
-
|
|
96234
|
-
editor.version = "3.0.3-beta.3";
|
|
96233
|
+
editor.version = "3.0.3-beta.4";
|
|
96235
96234
|
return editor;
|
|
96236
96235
|
}
|
|
96237
96236
|
const emojis$1 = {
|