@firecms/user_management 3.0.0-canary.237 → 3.0.0-canary.239

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@firecms/user_management",
3
3
  "type": "module",
4
- "version": "3.0.0-canary.237",
4
+ "version": "3.0.0-canary.239",
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.237",
33
- "@firecms/formex": "^3.0.0-canary.237",
34
- "@firecms/ui": "^3.0.0-canary.237",
32
+ "@firecms/core": "^3.0.0-canary.239",
33
+ "@firecms/formex": "^3.0.0-canary.239",
34
+ "@firecms/ui": "^3.0.0-canary.239",
35
35
  "date-fns": "^3.6.0"
36
36
  },
37
37
  "peerDependencies": {
@@ -57,5 +57,5 @@
57
57
  "src",
58
58
  "bin"
59
59
  ],
60
- "gitHead": "20e10b4e0cd4b6a2f2831b219ce43a6d09047a54"
60
+ "gitHead": "28e265bdb20ddd0d2eb813e9cbc2c082e17c2c65"
61
61
  }
@@ -325,7 +325,6 @@ export function useBuildUserManagement<CONTROLLER extends AuthController<any> =
325
325
  return user ?? null;
326
326
  }, [users]);
327
327
 
328
- console.log("users", users);
329
328
  return {
330
329
  loading,
331
330
  roles,