chore: release @nestm/better-auth (alpha) - #33
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@nestm/better-auth@0.1.0-alpha.9
Minor Changes
e79856d: Constrain Better Auth compatibility to stable
1.7.2through the 1.7 release line and addMicrosoft Entra ID plus generic OAuth/OIDC flow coverage.
Move MCP conformance coverage to the standalone
@better-auth/mcppackage, implement BetterAuth 1.7's required atomic adapter primitives directly, and follow the 1.7 social-provider
account identity and issuer contracts.
Permission decorators now always evaluate the authenticated caller; the unsafe shared
roleoption has been removed. Stateful regular-expression hook matchers are repeatable, and the
TypeORM adapter now accepts only the standard PostgreSQL driver instead of advertising
incompatible Aurora PostgreSQL and CockroachDB query-result shapes.
The Nest peers now target stable NestJS 12, and the optional GraphQL peer targets the compatible
@nestjs/graphql14 line. The development graph also resolves the current Nest and test-toolingreleases while retaining the audited Nano ID 3.3.18 override.