@ones-editor/editor 2.1.1-beta.2 → 2.1.1-beta.3
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
|
@@ -83130,7 +83130,7 @@ ${data2.flowchartText}
|
|
|
83130
83130
|
}
|
|
83131
83131
|
}
|
|
83132
83132
|
});
|
|
83133
|
-
editor.version = "2.1.1-beta.
|
|
83133
|
+
editor.version = "2.1.1-beta.3";
|
|
83134
83134
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
83135
83135
|
window.setReauthFail = (fail) => {
|
|
83136
83136
|
window.isReauthError = fail;
|
|
@@ -83225,7 +83225,7 @@ ${data2.flowchartText}
|
|
|
83225
83225
|
if (!clientType.isMobile) {
|
|
83226
83226
|
OnesEditorToolbar.register(editor);
|
|
83227
83227
|
}
|
|
83228
|
-
editor.version = "2.1.1-beta.
|
|
83228
|
+
editor.version = "2.1.1-beta.3";
|
|
83229
83229
|
return editor;
|
|
83230
83230
|
}
|
|
83231
83231
|
async function showDocVersions(editor, options, serverUrl) {
|