Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 016bb23

Browse files
committedJun 11, 2025··
chore(deps): Bump better-auth-mikro-orm and better-auth
1 parent c45a0d3 commit 016bb23

File tree

3 files changed

+36
-33
lines changed

3 files changed

+36
-33
lines changed
 

‎app/server/lib/auth/auth.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ export const auth = betterAuth({
2424
],
2525
advanced: {
2626
cookiePrefix: config.auth.cookiePrefix,
27-
generateId: false // Handled by the ORM
27+
database: {
28+
generateId: false // Handled by the ORM
29+
}
2830
}
2931
})
3032

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
"@tiptap/pm": "3.0.0-beta.7",
9898
"@tiptap/react": "3.0.0-beta.7",
9999
"@tiptap/static-renderer": "3.0.0-beta.7",
100-
"better-auth": "1.1.21",
101-
"better-auth-mikro-orm": "0.2.0",
100+
"better-auth": "1.2.9",
101+
"better-auth-mikro-orm": "0.4.0",
102102
"class-variance-authority": "0.7.1",
103103
"cmdk": "1.1.1",
104104
"date-fns": "4.1.0",

‎pnpm-lock.yaml

Lines changed: 31 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.