Version Packages - #15
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 30, 2026 04:13
fe6cc46 to
4bbe734
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
July 30, 2026 04:16
336573b to
035476a
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 30, 2026 04:19
035476a to
ed59a70
Compare
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.
Releases
@seamless-auth/types@0.4.1
Patch Changes
9ae3092: No contract changes. Schemas, types, and exports are untouched.
Packaging: the non-test sources under
srcnow ship in the tarball. The publisheddisthasalways included declaration maps and source maps, but the sources they pointed at were not in the
package, so the maps were dangling. Go to Definition now lands on the actual schema instead of a
.d.ts.Documentation: the README now carries npm, CI, Node, and license badges, a requirements section
that spells out the module resolution the subpath exports need, a conventions section covering the
schema and type alias pairing, and sections on versioning, supply chain, and security.
SECURITY.mdstates which versions are supported and what is in scope for this repository.