@wangeditor-next/plugin-formula 0.0.10 → 0.0.11

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-formula",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "wangEditor next formula 公式",
5
5
  "author": "cycleccc <2991205548@qq.com>",
6
6
  "type": "module",
@@ -44,7 +44,7 @@
44
44
  "katex": "^0.16.0"
45
45
  },
46
46
  "peerDependencies": {
47
- "@wangeditor-next/editor": "5.6.14",
47
+ "@wangeditor-next/editor": "5.6.15",
48
48
  "katex": "^0.16.0",
49
49
  "snabbdom": "^3.1.0"
50
50
  },