@bernierllc/content-management-suite 0.8.0 → 0.8.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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bernierllc/content-management-suite",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "Comprehensive content management suite with editorial workflows, content types, and admin UI",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -45,15 +45,15 @@
|
|
|
45
45
|
"license": "UNLICENSED",
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"zod": "^3.22.0",
|
|
48
|
-
"@bernierllc/content-autosave-manager": "1.2.
|
|
49
|
-
"@bernierllc/content-soft-delete": "1.2.2",
|
|
50
|
-
"@bernierllc/content-type-audio": "1.2.2",
|
|
48
|
+
"@bernierllc/content-autosave-manager": "1.2.4",
|
|
51
49
|
"@bernierllc/content-type-image": "1.2.2",
|
|
52
|
-
"@bernierllc/content-editorial-workflow": "0.1.6",
|
|
53
50
|
"@bernierllc/content-type-registry": "1.3.2",
|
|
54
51
|
"@bernierllc/content-type-text": "1.2.2",
|
|
52
|
+
"@bernierllc/content-workflow-ui": "0.1.9",
|
|
55
53
|
"@bernierllc/content-type-video": "1.2.2",
|
|
56
|
-
"@bernierllc/content-workflow
|
|
54
|
+
"@bernierllc/content-editorial-workflow": "0.1.6",
|
|
55
|
+
"@bernierllc/content-soft-delete": "1.2.2",
|
|
56
|
+
"@bernierllc/content-type-audio": "1.2.2"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"react": ">=18.0.0",
|