@ones-editor/editor 2.1.8-beta.15 → 2.1.8-beta.16
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
|
@@ -87933,7 +87933,7 @@ ${data2.flowchartText}
|
|
|
87933
87933
|
}
|
|
87934
87934
|
}
|
|
87935
87935
|
});
|
|
87936
|
-
editor.version = "2.1.8-beta.
|
|
87936
|
+
editor.version = "2.1.8-beta.16";
|
|
87937
87937
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
87938
87938
|
window.setReauthFail = (fail) => {
|
|
87939
87939
|
window.isReauthError = fail;
|
|
@@ -88034,7 +88034,7 @@ ${data2.flowchartText}
|
|
|
88034
88034
|
});
|
|
88035
88035
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88036
88036
|
OnesEditorToolbar.register(editor);
|
|
88037
|
-
editor.version = "2.1.8-beta.
|
|
88037
|
+
editor.version = "2.1.8-beta.16";
|
|
88038
88038
|
return editor;
|
|
88039
88039
|
}
|
|
88040
88040
|
async function showDocVersions(editor, options, serverUrl) {
|