@spfn/cms 0.2.0-beta.11 → 0.2.0-beta.13
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 -3
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.13",
|
|
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",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"jiti": "^2.6.1",
|
|
76
76
|
"lodash-es": "^4.17.21",
|
|
77
77
|
"zustand": "^5.0.8",
|
|
78
|
-
"@spfn/core": "0.2.0-beta.
|
|
78
|
+
"@spfn/core": "0.2.0-beta.23"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@types/lodash-es": "^4.17.12",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"tsx": "^4.20.6",
|
|
92
92
|
"typescript": "^5.3.3",
|
|
93
93
|
"vitest": "^4.0.6",
|
|
94
|
-
"spfn": "0.2.0-beta.
|
|
94
|
+
"spfn": "0.2.0-beta.22"
|
|
95
95
|
},
|
|
96
96
|
"scripts": {
|
|
97
97
|
"build": "pnpm check:circular && tsup",
|