@delmaredigital/payload-better-auth 0.7.0 → 0.7.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 +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -36,7 +36,7 @@ For AI-assisted exploration: [DeepWiki](https://deepwiki.com/delmaredigital/payl
36
36
  pnpm add @delmaredigital/payload-better-auth better-auth
37
37
  ```
38
38
 
39
- **Requirements:** `payload` >= 3.69.0 · `better-auth` >= 1.6.0 · `next` >= 15.4.8 · `react` >= 19.2.1
39
+ **Requirements:** `payload` >= 3.69.0 · `better-auth` >= 1.6.0 · `next` >= 15.5.16 · `react` >= 19.2.1
40
40
 
41
41
  ## Quick Start
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delmaredigital/payload-better-auth",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
4
4
  "description": "Better Auth adapter and plugins for Payload CMS",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -100,7 +100,7 @@
100
100
  "@payloadcms/next": ">=3.69.0",
101
101
  "@payloadcms/ui": ">=3.69.0",
102
102
  "better-auth": ">=1.6.0",
103
- "next": ">=15.4.8",
103
+ "next": ">=15.5.16",
104
104
  "payload": ">=3.69.0",
105
105
  "react": ">=19.2.1"
106
106
  },
@@ -113,9 +113,9 @@
113
113
  }
114
114
  },
115
115
  "devDependencies": {
116
- "@better-auth/api-key": "^1.6.6",
117
- "@better-auth/oauth-provider": "^1.6.6",
118
- "@better-auth/passkey": "^1.6.6",
116
+ "@better-auth/api-key": "^1.6.10",
117
+ "@better-auth/oauth-provider": "^1.6.10",
118
+ "@better-auth/passkey": "^1.6.10",
119
119
  "@payloadcms/next": "^3.83.0",
120
120
  "@payloadcms/ui": "^3.83.0",
121
121
  "@swc/cli": "^0.6.0",
@@ -123,8 +123,8 @@
123
123
  "@types/node": "^24.12.2",
124
124
  "@types/react": "^19.2.14",
125
125
  "@vitest/coverage-v8": "^2.1.9",
126
- "better-auth": "^1.6.6",
127
- "next": "^16.2.4",
126
+ "better-auth": "^1.6.10",
127
+ "next": "^16.2.5",
128
128
  "payload": "^3.83.0",
129
129
  "react": "^19.2.5",
130
130
  "tsx": "^4.21.0",