@oyat/editor 1.2.0 → 1.2.2
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/README.md +2 -0
- package/dist/components/editor/settings-dialog.d.ts.map +1 -1
- package/dist/components/editor/transforms.d.ts.map +1 -1
- package/dist/components/editor/use-chat.d.ts +6 -3
- package/dist/components/editor/use-chat.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +9 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oyat/editor",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "A powerful, feature-rich Plate.js editor component with AI integration, collaboration features, and extensive customization options",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
|
-
"url": "git+https://github.com/oyat/oyat-editor.git"
|
|
35
|
+
"url": "git+https://github.com/oyat-app/oyat-editor.git"
|
|
36
36
|
},
|
|
37
37
|
"bugs": {
|
|
38
|
-
"url": "https://github.com/oyat/oyat-editor/issues"
|
|
38
|
+
"url": "https://github.com/oyat-app/oyat-editor/issues"
|
|
39
39
|
},
|
|
40
|
-
"homepage": "https://github.com/oyat/oyat-editor#readme",
|
|
40
|
+
"homepage": "https://github.com/oyat-app/oyat-editor#readme",
|
|
41
41
|
"scripts": {
|
|
42
42
|
"dev": "vite",
|
|
43
43
|
"build": "tsc && vite build",
|
|
@@ -64,13 +64,11 @@
|
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@ai-sdk/google": "2.0.11",
|
|
68
|
-
"@ai-sdk/openai": "2.0.23",
|
|
69
67
|
"@ai-sdk/react": "2.0.28",
|
|
70
68
|
"@ariakit/react": "^0.4.19",
|
|
71
69
|
"@emoji-mart/data": "1.2.1",
|
|
72
|
-
"@faker-js/faker": "^10.
|
|
73
|
-
"@platejs/ai": "^50.3.
|
|
70
|
+
"@faker-js/faker": "^10.1.0",
|
|
71
|
+
"@platejs/ai": "^50.3.5",
|
|
74
72
|
"@platejs/autoformat": "^49.0.0",
|
|
75
73
|
"@platejs/basic-nodes": "^49.0.0",
|
|
76
74
|
"@platejs/basic-styles": "^49.0.0",
|
|
@@ -120,12 +118,13 @@
|
|
|
120
118
|
"clsx": "^2.1.1",
|
|
121
119
|
"cmdk": "^1.1.1",
|
|
122
120
|
"date-fns": "^4.1.0",
|
|
123
|
-
"
|
|
121
|
+
"dedent": "1.0.0",
|
|
122
|
+
"html2canvas-pro": "^1.5.12",
|
|
124
123
|
"lodash": "^4.17.21",
|
|
125
124
|
"lowlight": "^3.3.0",
|
|
126
125
|
"lucide-react": "^0.545.0",
|
|
127
126
|
"pdf-lib": "^1.17.1",
|
|
128
|
-
"react-day-picker": "^9.11.
|
|
127
|
+
"react-day-picker": "^9.11.1",
|
|
129
128
|
"react-dnd": "^16.0.1",
|
|
130
129
|
"react-dnd-html5-backend": "^16.0.1",
|
|
131
130
|
"react-lite-youtube-embed": "^2.5.6",
|