@beignet/provider-auth-better-auth 0.0.15 → 0.0.16
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/CHANGELOG.md +7 -0
- package/README.md +4 -4
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -31,12 +31,12 @@ schema, and auth routes.
|
|
|
31
31
|
## Install
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
bun add @beignet/core @beignet/provider-auth-better-auth better-auth@1.6.
|
|
34
|
+
bun add @beignet/core @beignet/provider-auth-better-auth better-auth@1.6.20
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
The
|
|
38
|
-
|
|
39
|
-
|
|
37
|
+
The provider supports Better Auth `>=1.3.26 <1.7.0`. The standard Beignet
|
|
38
|
+
starter pins Better Auth to `1.6.20` so clean installs do not float into
|
|
39
|
+
untested prerelease adapter versions.
|
|
40
40
|
|
|
41
41
|
## Setup
|
|
42
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beignet/provider-auth-better-auth",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Better Auth provider for Beignet - adds auth port for authentication and session management",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@beignet/core": ">=0.0.3 <1.0.0",
|
|
58
|
-
"better-auth": ">=1.3.26 <1.
|
|
58
|
+
"better-auth": ">=1.3.26 <1.7.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@beignet/devtools": "*",
|
|
62
62
|
"@types/bun": "^1.3.13",
|
|
63
63
|
"@types/node": "^20.10.0",
|
|
64
|
-
"better-auth": "1.6.
|
|
64
|
+
"better-auth": "1.6.20",
|
|
65
65
|
"typescript": "^5.3.0"
|
|
66
66
|
},
|
|
67
67
|
"beignet": {
|