convex-cms 0.0.7 → 0.0.8
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 +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -41,11 +41,11 @@ If you're building on Convex and need content management without the overhead of
|
|
|
41
41
|
|
|
42
42
|
### What you get:
|
|
43
43
|
|
|
44
|
-
- **Typesafe admin API
|
|
45
|
-
- **Built in admin UI
|
|
46
|
-
- **Embeddable content manager
|
|
47
|
-
- **Data independence
|
|
48
|
-
- **Agent-native
|
|
44
|
+
- **Typesafe admin API:** Admin APIs exported directly from your backend for use in your React queries and mutations
|
|
45
|
+
- **Built in admin UI:** A well designed admin UI that you can view and edit content from
|
|
46
|
+
- **Embeddable content manager:** Ability to embed and serve the prebuilt UI as part of you React application
|
|
47
|
+
- **Data independence:** CMS that lives in your own convex deployment, extendable and customizable with your convex functions
|
|
48
|
+
- **Agent-native content management:** Pre-built tools useful for AI agent integration with `@convex-dev/agent`
|
|
49
49
|
|
|
50
50
|
## Features
|
|
51
51
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "convex-cms",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "A developer-first Convex Component for content management with flexible RBAC and AI-ready architecture",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"workspaces": [
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"@radix-ui/react-switch": "^1.2.0",
|
|
102
102
|
"@radix-ui/react-tabs": "^1.1.0",
|
|
103
103
|
"@radix-ui/react-tooltip": "^1.2.0",
|
|
104
|
-
"lucide-react": "
|
|
104
|
+
"lucide-react": ">=0.400.0",
|
|
105
105
|
"react-hook-form": "^7.50.0",
|
|
106
106
|
"tailwindcss": "^4.0.0"
|
|
107
107
|
},
|