@ones-editor/editor 2.2.19-beta.3 → 2.2.19-beta.4
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
|
@@ -88496,7 +88496,7 @@ ${data2.flowchartText}
|
|
|
88496
88496
|
}
|
|
88497
88497
|
}
|
|
88498
88498
|
});
|
|
88499
|
-
editor.version = "2.2.19-beta.
|
|
88499
|
+
editor.version = "2.2.19-beta.4";
|
|
88500
88500
|
return editor;
|
|
88501
88501
|
}
|
|
88502
88502
|
function isDoc(doc2) {
|
|
@@ -88591,7 +88591,7 @@ ${data2.flowchartText}
|
|
|
88591
88591
|
});
|
|
88592
88592
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88593
88593
|
OnesEditorToolbar.register(editor);
|
|
88594
|
-
editor.version = "2.2.19-beta.
|
|
88594
|
+
editor.version = "2.2.19-beta.4";
|
|
88595
88595
|
return editor;
|
|
88596
88596
|
}
|
|
88597
88597
|
async function showDocVersions(editor, options, serverUrl) {
|