@ones-editor/editor 2.1.1-beta.6 → 2.1.2-beta.1
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
|
@@ -83181,7 +83181,7 @@ ${data2.flowchartText}
|
|
|
83181
83181
|
}
|
|
83182
83182
|
}
|
|
83183
83183
|
});
|
|
83184
|
-
editor.version = "2.1.
|
|
83184
|
+
editor.version = "2.1.2-beta.1";
|
|
83185
83185
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
83186
83186
|
window.setReauthFail = (fail) => {
|
|
83187
83187
|
window.isReauthError = fail;
|
|
@@ -83276,7 +83276,7 @@ ${data2.flowchartText}
|
|
|
83276
83276
|
if (!clientType.isMobile) {
|
|
83277
83277
|
OnesEditorToolbar.register(editor);
|
|
83278
83278
|
}
|
|
83279
|
-
editor.version = "2.1.
|
|
83279
|
+
editor.version = "2.1.2-beta.1";
|
|
83280
83280
|
return editor;
|
|
83281
83281
|
}
|
|
83282
83282
|
async function showDocVersions(editor, options, serverUrl) {
|