@ones-editor/editor 2.1.7-beta.1 → 2.1.8
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
|
@@ -83940,7 +83940,7 @@ ${data2.flowchartText}
|
|
|
83940
83940
|
}
|
|
83941
83941
|
}
|
|
83942
83942
|
});
|
|
83943
|
-
editor.version = "2.1.
|
|
83943
|
+
editor.version = "2.1.8";
|
|
83944
83944
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
83945
83945
|
window.setReauthFail = (fail) => {
|
|
83946
83946
|
window.isReauthError = fail;
|
|
@@ -84035,7 +84035,7 @@ ${data2.flowchartText}
|
|
|
84035
84035
|
if (!clientType.isMobile) {
|
|
84036
84036
|
OnesEditorToolbar.register(editor);
|
|
84037
84037
|
}
|
|
84038
|
-
editor.version = "2.1.
|
|
84038
|
+
editor.version = "2.1.8";
|
|
84039
84039
|
return editor;
|
|
84040
84040
|
}
|
|
84041
84041
|
async function showDocVersions(editor, options, serverUrl) {
|