@ones-editor/editor 2.8.16-beta.5 → 2.8.16-beta.6
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
|
@@ -92972,7 +92972,7 @@ ${data2.plantumlText}
|
|
|
92972
92972
|
}
|
|
92973
92973
|
}
|
|
92974
92974
|
});
|
|
92975
|
-
editor.version = "2.8.16-beta.
|
|
92975
|
+
editor.version = "2.8.16-beta.6";
|
|
92976
92976
|
return editor;
|
|
92977
92977
|
}
|
|
92978
92978
|
function isDoc(doc2) {
|
|
@@ -93085,7 +93085,7 @@ ${data2.plantumlText}
|
|
|
93085
93085
|
}
|
|
93086
93086
|
});
|
|
93087
93087
|
OnesEditorToolbar.register(editor);
|
|
93088
|
-
editor.version = "2.8.16-beta.
|
|
93088
|
+
editor.version = "2.8.16-beta.6";
|
|
93089
93089
|
return editor;
|
|
93090
93090
|
}
|
|
93091
93091
|
async function showDocVersions(editor, options, serverUrl) {
|