@delmaredigital/payload-better-auth 0.7.1 → 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 +3 -3
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.1",
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
  },
@@ -124,7 +124,7 @@
124
124
  "@types/react": "^19.2.14",
125
125
  "@vitest/coverage-v8": "^2.1.9",
126
126
  "better-auth": "^1.6.10",
127
- "next": "^16.2.4",
127
+ "next": "^16.2.5",
128
128
  "payload": "^3.83.0",
129
129
  "react": "^19.2.5",
130
130
  "tsx": "^4.21.0",