@ones-editor/editor 2.2.13-beta.3 → 2.2.13-beta.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
|
@@ -88342,7 +88342,7 @@ ${data2.flowchartText}
|
|
|
88342
88342
|
}
|
|
88343
88343
|
}
|
|
88344
88344
|
});
|
|
88345
|
-
editor.version = "2.2.13-beta.
|
|
88345
|
+
editor.version = "2.2.13-beta.5";
|
|
88346
88346
|
return editor;
|
|
88347
88347
|
}
|
|
88348
88348
|
function isDoc(doc2) {
|
|
@@ -88437,7 +88437,7 @@ ${data2.flowchartText}
|
|
|
88437
88437
|
});
|
|
88438
88438
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88439
88439
|
OnesEditorToolbar.register(editor);
|
|
88440
|
-
editor.version = "2.2.13-beta.
|
|
88440
|
+
editor.version = "2.2.13-beta.5";
|
|
88441
88441
|
return editor;
|
|
88442
88442
|
}
|
|
88443
88443
|
async function showDocVersions(editor, options, serverUrl) {
|