markupeditor 0.9.22 → 0.9.23

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.
@@ -25429,4 +25429,4 @@ class MarkupEditorElement extends HTMLElement {
25429
25429
  // Let the browser know about the custom element
25430
25430
  customElements.define('markup-editor', MarkupEditorElement);
25431
25431
 
25432
- export { MU, loadPlugins };
25432
+ export { ContentMatch, DOMParser, DOMSerializer, Fragment, MU, Mark, MarkType, Node$1 as Node, NodeRange, NodeType$1 as NodeType, ReplaceError, ResolvedPos, Schema, Slice, loadPlugins };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markupeditor",
3
- "version": "0.9.22",
3
+ "version": "0.9.23",
4
4
  "description": "A web component and API for WYSIWYG HTML editing.",
5
5
  "keywords": [
6
6
  "wysiwyg",