@beechcms/cms 0.6.1 → 0.6.3
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beechcms/cms",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "Edge-Native, Schema-Driven Headless CMS built on Cloudflare Workers, D1, and R2. Features the Botanical Engine for alias-stable field management, a modular widget layer, and a React + Vite admin dashboard.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cms",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"vue": "^3.5.39"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@beechcms/cli": "^0.6.
|
|
68
|
+
"@beechcms/cli": "^0.6.3",
|
|
69
69
|
"@clack/prompts": "^0.9.1",
|
|
70
70
|
"picocolors": "^1.1.1"
|
|
71
71
|
},
|