fix(stripe): revert to stable versioning for better auth plugin#1337
fix(stripe): revert to stable versioning for better auth plugin#1337icecrasher321 merged 1 commit intostagingfrom
Conversation
There was a problem hiding this comment.
Greptile Summary
This PR reverts the @better-auth/stripe dependency from an unstable pre-release version (referenced by a GitHub package URL with build number 4683) back to the stable semantic version 1.3.10. The change affects the authentication and payment processing integration within the Sim platform.
The Sim application uses Stripe for billing functionality (as evidenced by the billing API routes and scripts in the codebase), and the Better Auth library provides authentication middleware. By reverting to a stable version, this change prioritizes reliability and consistency over potential new features or experimental fixes that may have been present in the pre-release build.
This type of dependency management change is common in production applications where stability takes precedence over bleeding-edge features, especially for critical integrations like payment processing and authentication.
Confidence score: 3/5
- This PR is moderately safe to merge but requires attention to potential regressions
- Score reflects the risk that code may have been written against features present in the pre-release version that are not available in the stable version
- Pay close attention to authentication and Stripe integration functionality to ensure no breaking changes
1 file reviewed, no comments
Summary
Plugin version back to stable version
Type of Change
Testing
Manually
Checklist