@ones-editor/editor 2.9.8-beta.1 → 2.9.8-beta.2
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -95021,7 +95021,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
95021
95021
|
}
|
|
95022
95022
|
}
|
|
95023
95023
|
});
|
|
95024
|
-
editor.version = "2.9.8-beta.
|
|
95024
|
+
editor.version = "2.9.8-beta.2";
|
|
95025
95025
|
return editor;
|
|
95026
95026
|
}
|
|
95027
95027
|
function isDoc(doc2) {
|
|
@@ -95153,7 +95153,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
95153
95153
|
OnesEditorDropTarget.register(editor);
|
|
95154
95154
|
OnesEditorTocProvider.register(editor);
|
|
95155
95155
|
OnesEditorExclusiveBlock.register(editor);
|
|
95156
|
-
editor.version = "2.9.8-beta.
|
|
95156
|
+
editor.version = "2.9.8-beta.2";
|
|
95157
95157
|
return editor;
|
|
95158
95158
|
}
|
|
95159
95159
|
async function showDocVersions(editor, options, serverUrl) {
|