@ones-editor/editor 2.3.1-beta.3 → 2.3.1-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
CHANGED
|
@@ -90921,7 +90921,7 @@ ${data2.plantumlText}
|
|
|
90921
90921
|
}
|
|
90922
90922
|
}
|
|
90923
90923
|
});
|
|
90924
|
-
editor.version = "2.3.1-beta.
|
|
90924
|
+
editor.version = "2.3.1-beta.5";
|
|
90925
90925
|
return editor;
|
|
90926
90926
|
}
|
|
90927
90927
|
function isDoc(doc2) {
|
|
@@ -91028,7 +91028,7 @@ ${data2.plantumlText}
|
|
|
91028
91028
|
}
|
|
91029
91029
|
});
|
|
91030
91030
|
OnesEditorToolbar.register(editor);
|
|
91031
|
-
editor.version = "2.3.1-beta.
|
|
91031
|
+
editor.version = "2.3.1-beta.5";
|
|
91032
91032
|
return editor;
|
|
91033
91033
|
}
|
|
91034
91034
|
async function showDocVersions(editor, options, serverUrl) {
|