@ones-editor/editor 2.8.5 → 2.8.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -92550,7 +92550,7 @@ ${data2.plantumlText}
92550
92550
  }
92551
92551
  }
92552
92552
  });
92553
- editor.version = "2.8.5";
92553
+ editor.version = "2.8.6";
92554
92554
  return editor;
92555
92555
  }
92556
92556
  function isDoc(doc2) {
@@ -92663,7 +92663,7 @@ ${data2.plantumlText}
92663
92663
  }
92664
92664
  });
92665
92665
  OnesEditorToolbar.register(editor);
92666
- editor.version = "2.8.5";
92666
+ editor.version = "2.8.6";
92667
92667
  return editor;
92668
92668
  }
92669
92669
  async function showDocVersions(editor, options, serverUrl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "2.8.5",
3
+ "version": "2.8.6",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {