@riligar/auth-react 1.23.0 → 1.24.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@riligar/auth-react",
3
- "version": "1.23.0",
3
+ "version": "1.24.0",
4
4
  "type": "module",
5
5
  "description": "Auth SDK for React with JWT, Mantine UI components, and full authentication flows",
6
6
  "main": "dist/index.js",
@@ -30,7 +30,6 @@
30
30
  "@mantine/core": "^8.0.0",
31
31
  "@mantine/form": "^8.0.0",
32
32
  "@mantine/hooks": "^8.0.0",
33
- "@mantine/notifications": "^8.0.0",
34
33
  "@tabler/icons-react": "^3.0.0",
35
34
  "zustand": "^5.0.0"
36
35
  },
@@ -44,9 +43,6 @@
44
43
  "@mantine/hooks": {
45
44
  "optional": true
46
45
  },
47
- "@mantine/notifications": {
48
- "optional": true
49
- },
50
46
  "@tabler/icons-react": {
51
47
  "optional": true
52
48
  },