@wangeditor-next/plugin-float-image 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,4 +34,4 @@ export declare function htmlToContent(editor: IDomEditor, html?: string): Descen
34
34
  export declare function initializeContent(editor: IDomEditor, options: {
35
35
  html?: string;
36
36
  content?: Descendant[];
37
- }): Descendant[];
37
+ }): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wangeditor-next/plugin-float-image",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "wangEditor float image plugin",
5
5
  "author": "cycleccc <2991205548@qq.com>",
6
6
  "type": "module",
@@ -41,7 +41,7 @@
41
41
  "url": "https://github.com/cycleccc/wangEditor/issues"
42
42
  },
43
43
  "peerDependencies": {
44
- "@wangeditor-next/editor": "5.6.14",
44
+ "@wangeditor-next/editor": "5.6.15",
45
45
  "dom7": "^3.0.0",
46
46
  "slate": "^0.72.0",
47
47
  "snabbdom": "^3.1.0"