@ones-editor/editor 2.1.1-beta.37 → 2.1.1-beta.38
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
|
@@ -85034,7 +85034,7 @@ ${data2.flowchartText}
|
|
|
85034
85034
|
}
|
|
85035
85035
|
}
|
|
85036
85036
|
});
|
|
85037
|
-
editor.version = "2.1.1-beta.
|
|
85037
|
+
editor.version = "2.1.1-beta.38";
|
|
85038
85038
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
85039
85039
|
window.setReauthFail = (fail) => {
|
|
85040
85040
|
window.isReauthError = fail;
|
|
@@ -85133,7 +85133,7 @@ ${data2.flowchartText}
|
|
|
85133
85133
|
});
|
|
85134
85134
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
85135
85135
|
OnesEditorToolbar.register(editor);
|
|
85136
|
-
editor.version = "2.1.1-beta.
|
|
85136
|
+
editor.version = "2.1.1-beta.38";
|
|
85137
85137
|
return editor;
|
|
85138
85138
|
}
|
|
85139
85139
|
async function showDocVersions(editor, options, serverUrl) {
|