Skip to content

fix(playground): align better-auth versions#118

Merged
onmax merged 5 commits intomainfrom
fix/playground-typecheck
Feb 13, 2026
Merged

fix(playground): align better-auth versions#118
onmax merged 5 commits intomainfrom
fix/playground-typecheck

Conversation

@onmax
Copy link
Collaborator

@onmax onmax commented Feb 13, 2026

Closes #110

Playground pinned better-auth@1.4.7 while root used ^1.5.0-beta.3. defineClientAuth expected BetterAuthClientPlugin from @better-auth/core@1.5.0-beta.4, but plugin functions in playground returned the type from @better-auth/core@1.4.7 causing TS incompatibility.

Bumped all playground better-auth packages to ^1.5.0-beta.3 to match root.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 13, 2026

Open in StackBlitz

npm i https://pkg.pr.new/nuxt-modules/better-auth/@onmax/nuxt-better-auth@118

commit: beec56f

@onmax onmax merged commit ba7e33c into main Feb 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

playground typecheck fails in app/auth.config.ts due to BetterAuthClientPlugin version mismatch

1 participant