@ones-editor/editor 3.0.17-beta.4 → 3.0.17-beta.5

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -97337,7 +97337,7 @@ ${JSON.stringify(error2, null, 2)}`);
97337
97337
  }
97338
97338
  }
97339
97339
  });
97340
- editor.version = "3.0.17-beta.4";
97340
+ editor.version = "3.0.17-beta.5";
97341
97341
  return editor;
97342
97342
  }
97343
97343
  function isDoc(doc2) {
@@ -97471,7 +97471,7 @@ ${JSON.stringify(error2, null, 2)}`);
97471
97471
  OnesEditorDropTarget.register(editor);
97472
97472
  OnesEditorTocProvider.register(editor);
97473
97473
  OnesEditorExclusiveBlock.register(editor);
97474
- editor.version = "3.0.17-beta.4";
97474
+ editor.version = "3.0.17-beta.5";
97475
97475
  return editor;
97476
97476
  }
97477
97477
  async function showDocVersions(editor, options, serverUrl) {
@@ -97606,7 +97606,7 @@ ${JSON.stringify(error2, null, 2)}`);
97606
97606
  }
97607
97607
  }
97608
97608
  });
97609
- editor.version = "3.0.17-beta.4";
97609
+ editor.version = "3.0.17-beta.5";
97610
97610
  return editor;
97611
97611
  }
97612
97612
  const emojis$1 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "3.0.17-beta.4",
3
+ "version": "3.0.17-beta.5",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {