@wangeditor-next/plugin-formula 0.0.9 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/core/src/create/helper.d.ts +1 -1
- package/dist/index.js +2 -2590
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1233
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wangeditor-next/plugin-formula",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.11",
|
4
4
|
"description": "wangEditor next formula 公式",
|
5
5
|
"author": "cycleccc <2991205548@qq.com>",
|
6
6
|
"type": "module",
|
@@ -41,11 +41,10 @@
|
|
41
41
|
"url": "https://github.com/cycleccc/wangEditor/issues"
|
42
42
|
},
|
43
43
|
"devDependencies": {
|
44
|
-
"katex": "^0.16.0"
|
45
|
-
"rollup-plugin-string": "^3.0.0"
|
44
|
+
"katex": "^0.16.0"
|
46
45
|
},
|
47
46
|
"peerDependencies": {
|
48
|
-
"@wangeditor-next/editor": "5.6.
|
47
|
+
"@wangeditor-next/editor": "5.6.15",
|
49
48
|
"katex": "^0.16.0",
|
50
49
|
"snabbdom": "^3.1.0"
|
51
50
|
},
|