[PR #5712] fix(cli): move type dependencies to devDependencies #14419

Closed
opened 2026-04-13 09:27:54 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/better-auth/better-auth/pull/5712

State: closed
Merged: Yes


Moves @types/better-sqlite3 and @types/prompts into devDependencies since they are only needed for development.


Summary by cubic

Moved @types/better-sqlite3 and @types/prompts to devDependencies in the CLI so type-only packages aren’t shipped to users. This reduces install size and avoids unnecessary dependencies, with no behavior change.

Written for commit 00473097cb. Summary will update automatically on new commits.

**Original Pull Request:** https://github.com/better-auth/better-auth/pull/5712 **State:** closed **Merged:** Yes --- Moves `@types/better-sqlite3` and `@types/prompts` into devDependencies since they are only needed for development. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Moved @types/better-sqlite3 and @types/prompts to devDependencies in the CLI so type-only packages aren’t shipped to users. This reduces install size and avoids unnecessary dependencies, with no behavior change. <sup>Written for commit 00473097cb851804b4073559931d45252bd26f75. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. -->
GiteaMirror added the pull-request label 2026-04-13 09:27:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#14419