@beignet/provider-auth-better-auth 0.0.14 → 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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # @beignet/provider-auth-better-auth
2
2
 
3
+ ## 0.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Support Better Auth 1.6.x through 1.6.20 and update generated apps to pin
8
+ Better Auth 1.6.20.
9
+
10
+ ## 0.0.15
11
+
3
12
  ## 0.0.14
4
13
 
5
14
  ## 0.0.13
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.11
34
+ bun add @beignet/core @beignet/provider-auth-better-auth better-auth@1.6.20
35
35
  ```
36
36
 
37
- The standard Beignet starter pins Better Auth to `1.6.11` so clean installs do
38
- not float into incompatible transitive adapter versions. Revisit the pin when
39
- upgrading Better Auth.
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.14",
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.6.14"
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.11",
64
+ "better-auth": "1.6.20",
65
65
  "typescript": "^5.3.0"
66
66
  },
67
67
  "beignet": {