@ones-editor/editor 2.5.1-beta.17 → 2.5.1-beta.18
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
|
@@ -92539,7 +92539,7 @@ ${data2.plantumlText}
|
|
|
92539
92539
|
}
|
|
92540
92540
|
}
|
|
92541
92541
|
});
|
|
92542
|
-
editor.version = "2.5.1-beta.
|
|
92542
|
+
editor.version = "2.5.1-beta.18";
|
|
92543
92543
|
return editor;
|
|
92544
92544
|
}
|
|
92545
92545
|
function isDoc(doc2) {
|
|
@@ -92652,7 +92652,7 @@ ${data2.plantumlText}
|
|
|
92652
92652
|
}
|
|
92653
92653
|
});
|
|
92654
92654
|
OnesEditorToolbar.register(editor);
|
|
92655
|
-
editor.version = "2.5.1-beta.
|
|
92655
|
+
editor.version = "2.5.1-beta.18";
|
|
92656
92656
|
return editor;
|
|
92657
92657
|
}
|
|
92658
92658
|
async function showDocVersions(editor, options, serverUrl) {
|