@ones-editor/editor 2.0.8-beta.1 → 10.0.8-beta.1

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.
package/dist/types.d.ts CHANGED
@@ -99,5 +99,4 @@ export interface CreateLocalEditorOptions {
99
99
  events?: EditorEvents;
100
100
  componentsOptions?: EditorComponentOptions;
101
101
  hideTitle?: boolean;
102
- readonly?: boolean;
103
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "2.0.8-beta.1",
3
+ "version": "10.0.8-beta.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",