@main12/auth-login 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -810,8 +810,8 @@ The auth-login plugin uses `payload.sendEmail()` internally — which routes thr
810
810
 
811
811
  | Dependency | Version | Required |
812
812
  |------------|---------|----------|
813
- | Payload CMS | `^3.82.0` | ✅ |
814
- | Next.js | `^16.0.0` | ✅ |
813
+ | Payload CMS | `^3.90.0` | ✅ |
814
+ | Next.js | `^16.3.3` | ✅ |
815
815
  | React | `^19.0.0` | ✅ |
816
816
  | HeroUI | `>=3.2.0` | Only for `style: 'hero-ui'` |
817
817
  | Framer Motion | `^12.x` | Only for `style: 'hero-ui'` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@main12/auth-login",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Reusable Payload CMS auth plugin — login, signup, OTP, forgot password, branded emails, Powered by Main12",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -52,10 +52,10 @@
52
52
  "@heroui/styles": "^3.2.2",
53
53
  "@iconify/react": "^6.0.2",
54
54
  "@main12/auth-login": "link:.",
55
- "@payloadcms/db-sqlite": "3.82.1",
56
- "@payloadcms/next": "3.82.1",
57
- "@payloadcms/richtext-lexical": "3.82.1",
58
- "@payloadcms/ui": "3.82.1",
55
+ "@payloadcms/db-sqlite": "3.90.2",
56
+ "@payloadcms/next": "3.90.2",
57
+ "@payloadcms/richtext-lexical": "3.90.2",
58
+ "@payloadcms/ui": "3.90.2",
59
59
  "@swc/cli": "0.6.0",
60
60
  "@tailwindcss/postcss": "^4.3.3",
61
61
  "@types/node": "24.12.3",
@@ -65,12 +65,12 @@
65
65
  "cross-env": "10.1.0",
66
66
  "eslint": "^9.23.0",
67
67
  "framer-motion": "^12.43.0",
68
- "next": "16.2.7",
69
- "payload": "3.82.1",
68
+ "next": "16.3.6",
69
+ "payload": "3.90.2",
70
70
  "react": "19.2.6",
71
71
  "react-dom": "19.2.6",
72
72
  "rimraf": "3.0.2",
73
- "sharp": "0.34.2",
73
+ "sharp": "0.35.4",
74
74
  "tailwindcss": "^4.3.3",
75
75
  "tw-animate-css": "^1.4.0",
76
76
  "typescript": "6.0.3",
@@ -79,9 +79,9 @@
79
79
  "peerDependencies": {
80
80
  "@heroui/react": ">=3.2.0",
81
81
  "framer-motion": ">=12.0.0",
82
- "next": "^16.0.0",
82
+ "next": "^16.3.3",
83
83
  "next-intl": "*",
84
- "payload": "^3.82.0",
84
+ "payload": "^3.90.0",
85
85
  "react": "^19.0.0"
86
86
  },
87
87
  "peerDependenciesMeta": {