@xuanmo/aieditor 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs +98 -106
- package/dist/index.d.ts +0 -12
- package/dist/index.js +2390 -2437
- package/package.json +1 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xuanmo/aieditor",
|
3
3
|
"author": "D-xuanmo",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.2",
|
5
5
|
"type": "module",
|
6
6
|
"scripts": {
|
7
7
|
"dev": "vite --host",
|
@@ -56,7 +56,6 @@
|
|
56
56
|
"@tiptap/pm": "^2.10.1",
|
57
57
|
"@tiptap/starter-kit": "^2.10.1",
|
58
58
|
"@tiptap/suggestion": "^2.10.1",
|
59
|
-
"aieditor": "^1.2.7",
|
60
59
|
"crypto-js": "^4.2.0",
|
61
60
|
"fetch-event-stream": "^0.1.5",
|
62
61
|
"i18next": "^23.16.2",
|