@ones-editor/editor 2.9.2-beta.2 → 2.9.2

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
@@ -94697,7 +94697,7 @@ ${JSON.stringify(error2, null, 2)}`);
94697
94697
  }
94698
94698
  }
94699
94699
  });
94700
- editor.version = "2.9.2-beta.2";
94700
+ editor.version = "2.9.2";
94701
94701
  return editor;
94702
94702
  }
94703
94703
  function isDoc(doc2) {
@@ -94811,7 +94811,7 @@ ${JSON.stringify(error2, null, 2)}`);
94811
94811
  }
94812
94812
  });
94813
94813
  OnesEditorToolbar.register(editor);
94814
- editor.version = "2.9.2-beta.2";
94814
+ editor.version = "2.9.2";
94815
94815
  return editor;
94816
94816
  }
94817
94817
  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.9.2-beta.2",
3
+ "version": "2.9.2",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {