@spfn/cms 0.2.0-beta.20 → 0.2.0-beta.21
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spfn/cms",
|
|
3
|
-
"version": "0.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.21",
|
|
4
4
|
"description": "SPFN CMS - Content Management System with type-safe labels and Next.js integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"setupMessage": " 📚 Next steps:\n 1. Import CMS components: import { useLabels } from '@spfn/cms'\n 2. View labels in Drizzle Studio: pnpm spfn db studio\n 3. CMS API available at: http://localhost:8790/_cms\n 4. Learn more: https://github.com/spfnio/spfn"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
|
-
"@spfn/core": ">=0.2.0-beta.
|
|
73
|
+
"@spfn/core": ">=0.2.0-beta.54",
|
|
74
74
|
"drizzle-orm": ">=0.44.7",
|
|
75
75
|
"next": "^15.0.0 || ^16.0.0",
|
|
76
76
|
"react": "^18.0.0 || ^19.0.0"
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
"tsx": "^4.20.6",
|
|
96
96
|
"typescript": "^5.3.3",
|
|
97
97
|
"vitest": "^4.0.6",
|
|
98
|
-
"@spfn/core": "0.2.0-beta.
|
|
99
|
-
"spfn": "0.2.0-beta.
|
|
98
|
+
"@spfn/core": "0.2.0-beta.54",
|
|
99
|
+
"spfn": "0.2.0-beta.50"
|
|
100
100
|
},
|
|
101
101
|
"scripts": {
|
|
102
102
|
"build": "pnpm check:circular && tsup",
|