@firecms/user_management 3.0.0-canary.136 → 3.0.0-canary.138
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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
@@ -93,7 +93,7 @@ navigating through **subcollections** and accessing custom views (such as custom
|
|
93
93
|
forms or blog previews). This functionality can also be accessed
|
94
94
|
programmatically using the `useSideEntityController` hook.
|
95
95
|
|
96
|
-
FireCMS includes **over
|
96
|
+
FireCMS includes **over 20 built-in fields** with numerous customization and
|
97
97
|
validation options. The components have been carefully designed for an
|
98
98
|
outstanding user experience, including advanced features like **references** to
|
99
99
|
other collections, **markdown**, and **array reordering**.
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@firecms/user_management",
|
3
3
|
"type": "module",
|
4
|
-
"version": "3.0.0-canary.
|
4
|
+
"version": "3.0.0-canary.138",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
7
7
|
},
|
@@ -29,9 +29,9 @@
|
|
29
29
|
"types": "dist/index.d.ts",
|
30
30
|
"source": "src/index.ts",
|
31
31
|
"dependencies": {
|
32
|
-
"@firecms/core": "^3.0.0-canary.
|
33
|
-
"@firecms/formex": "^3.0.0-canary.
|
34
|
-
"@firecms/ui": "^3.0.0-canary.
|
32
|
+
"@firecms/core": "^3.0.0-canary.138",
|
33
|
+
"@firecms/formex": "^3.0.0-canary.138",
|
34
|
+
"@firecms/ui": "^3.0.0-canary.138",
|
35
35
|
"date-fns": "^3.6.0"
|
36
36
|
},
|
37
37
|
"peerDependencies": {
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"src",
|
56
56
|
"bin"
|
57
57
|
],
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "055055d2b116aa0a4dfd6252cd3f0e9da323770a"
|
59
59
|
}
|