@ones-editor/editor 1.2.0-beta.2 → 1.2.0
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
|
@@ -76898,7 +76898,7 @@ ${data.flowchartText}
|
|
|
76898
76898
|
}
|
|
76899
76899
|
}
|
|
76900
76900
|
});
|
|
76901
|
-
editor.version = "1.2.0
|
|
76901
|
+
editor.version = "1.2.0";
|
|
76902
76902
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
76903
76903
|
window.setReauthFail = (fail) => {
|
|
76904
76904
|
window.isReauthError = fail;
|
|
@@ -76991,7 +76991,7 @@ ${data.flowchartText}
|
|
|
76991
76991
|
});
|
|
76992
76992
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
76993
76993
|
OnesEditorToolbar.register(editor);
|
|
76994
|
-
editor.version = "1.2.0
|
|
76994
|
+
editor.version = "1.2.0";
|
|
76995
76995
|
return editor;
|
|
76996
76996
|
}
|
|
76997
76997
|
async function showDocVersions(editor, options, serverUrl) {
|