@ones-editor/editor 2.9.8-beta.12 → 2.9.8-beta.13
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
|
@@ -95302,7 +95302,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
95302
95302
|
}
|
|
95303
95303
|
}
|
|
95304
95304
|
});
|
|
95305
|
-
editor.version = "2.9.8-beta.
|
|
95305
|
+
editor.version = "2.9.8-beta.13";
|
|
95306
95306
|
return editor;
|
|
95307
95307
|
}
|
|
95308
95308
|
function isDoc(doc2) {
|
|
@@ -95434,7 +95434,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
95434
95434
|
OnesEditorDropTarget.register(editor);
|
|
95435
95435
|
OnesEditorTocProvider.register(editor);
|
|
95436
95436
|
OnesEditorExclusiveBlock.register(editor);
|
|
95437
|
-
editor.version = "2.9.8-beta.
|
|
95437
|
+
editor.version = "2.9.8-beta.13";
|
|
95438
95438
|
return editor;
|
|
95439
95439
|
}
|
|
95440
95440
|
async function showDocVersions(editor, options, serverUrl) {
|