@velora-cms/plugin-sdk 0.9.1 → 0.9.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/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@velora-cms/plugin-sdk",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "The SDK for building Velora plugins — manifest declaration, data type and admin section registries, storage-value providers, and shared UI components.",
|
|
6
6
|
"engines": {
|
|
@@ -41,6 +41,8 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
+
"@tiptap/extension-bubble-menu": "3.27.1",
|
|
45
|
+
"@tiptap/extension-floating-menu": "3.27.1",
|
|
44
46
|
"@tiptap/pm": "3.27.1",
|
|
45
47
|
"@tiptap/react": "3.27.1",
|
|
46
48
|
"@tiptap/starter-kit": "3.27.1",
|