@ones-editor/editor 3.0.1-beta.2 → 3.0.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
CHANGED
|
@@ -92821,6 +92821,7 @@ ${data2.plantumlText}
|
|
|
92821
92821
|
this.handleError(error2);
|
|
92822
92822
|
});
|
|
92823
92823
|
__publicField(this, "onReauthRecovered", (auth) => {
|
|
92824
|
+
console.log(`[${new Date().toLocaleString()}] wiz-editor onReauthRecovered`);
|
|
92824
92825
|
logger$7.debug("---------auth recovered");
|
|
92825
92826
|
});
|
|
92826
92827
|
__publicField(this, "onUnknownError", (error2) => {
|
|
@@ -95950,7 +95951,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
95950
95951
|
}
|
|
95951
95952
|
}
|
|
95952
95953
|
});
|
|
95953
|
-
editor.version = "3.0.1-beta.
|
|
95954
|
+
editor.version = "3.0.1-beta.3";
|
|
95954
95955
|
return editor;
|
|
95955
95956
|
}
|
|
95956
95957
|
function isDoc(doc2) {
|
|
@@ -96084,7 +96085,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96084
96085
|
OnesEditorDropTarget.register(editor);
|
|
96085
96086
|
OnesEditorTocProvider.register(editor);
|
|
96086
96087
|
OnesEditorExclusiveBlock.register(editor);
|
|
96087
|
-
editor.version = "3.0.1-beta.
|
|
96088
|
+
editor.version = "3.0.1-beta.3";
|
|
96088
96089
|
return editor;
|
|
96089
96090
|
}
|
|
96090
96091
|
async function showDocVersions(editor, options, serverUrl) {
|