Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/node": "^24",
"@types/nodemailer": "^7.0.11",
"@types/sanitize-html": "^2.16.1",
"better-auth": "~1.4.21",
"better-auth": "~1.6.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the Better Auth CLI in sync

After this runtime upgrade, pnpm auth:schema still invokes @better-auth/cli pinned at ~1.4.21, and the lockfile shows that CLI brings its own better-auth/@better-auth/core 1.4.21 generator while the app now runs 1.6.2. When anyone regenerates the Drizzle auth schema or migrations after this bump, the old generator can emit 1.4-era schema for a 1.6 config and miss upgrade-required columns such as the 1.6.2 two-factor schema change. Please update the CLI/script to the 1.6-compatible auth CLI along with the runtime bump.

Useful? React with 👍 / 👎.

"bits-ui": "^2.16.3",
"clsx": "^2.1.1",
"dotenv": "^16.6.1",
Expand Down
Loading
Loading