@ones-editor/editor 3.0.18-beta.1 → 3.0.18

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