@ones-editor/editor 2.2.5-beta.1 → 2.2.5
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
|
@@ -88315,7 +88315,7 @@ ${data2.flowchartText}
|
|
|
88315
88315
|
}
|
|
88316
88316
|
}
|
|
88317
88317
|
});
|
|
88318
|
-
editor.version = "2.2.5
|
|
88318
|
+
editor.version = "2.2.5";
|
|
88319
88319
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
88320
88320
|
window.setReauthFail = (fail) => {
|
|
88321
88321
|
window.isReauthError = fail;
|
|
@@ -88416,7 +88416,7 @@ ${data2.flowchartText}
|
|
|
88416
88416
|
});
|
|
88417
88417
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88418
88418
|
OnesEditorToolbar.register(editor);
|
|
88419
|
-
editor.version = "2.2.5
|
|
88419
|
+
editor.version = "2.2.5";
|
|
88420
88420
|
return editor;
|
|
88421
88421
|
}
|
|
88422
88422
|
async function showDocVersions(editor, options, serverUrl) {
|