@ones-editor/editor 2.8.9-beta.2 → 2.8.9
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
|
@@ -92594,7 +92594,7 @@ ${data2.plantumlText}
|
|
|
92594
92594
|
}
|
|
92595
92595
|
}
|
|
92596
92596
|
});
|
|
92597
|
-
editor.version = "2.8.9
|
|
92597
|
+
editor.version = "2.8.9";
|
|
92598
92598
|
return editor;
|
|
92599
92599
|
}
|
|
92600
92600
|
function isDoc(doc2) {
|
|
@@ -92707,7 +92707,7 @@ ${data2.plantumlText}
|
|
|
92707
92707
|
}
|
|
92708
92708
|
});
|
|
92709
92709
|
OnesEditorToolbar.register(editor);
|
|
92710
|
-
editor.version = "2.8.9
|
|
92710
|
+
editor.version = "2.8.9";
|
|
92711
92711
|
return editor;
|
|
92712
92712
|
}
|
|
92713
92713
|
async function showDocVersions(editor, options, serverUrl) {
|