fix(deps): support canonical auth interface packages - #18
Merged
Conversation
added 2 commits
August 29, 2026 15:36
Allow compatible interface-auth releases from the existing 0.0.5 minimum through the pre-1.0 contract and exercise canonical 0.0.6 in the lockfile.
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.
Summary
@antelopejs/interface-authreleasesCompatibility
interface-auth0.0.5 and 0.0.6 publish byte-identical runtime JavaScript and TypeScript declarations. Version 0.0.6 only adds documentation, the consumer skill, and its package metadata.The
>=0.0.5 <1.0.0range records the AntelopeJS interface compatibility policy while preserving the existing minimum supported version.Validation
pnpm install --frozen-lockfilepnpm lintpnpm buildpnpm dlx @antelopejs/core@1.4.10 module test— API server starts and all 4 JWT tests pass without runtime warnings or errorsinterface-auth0.0.6 interface tests against this implementation — 4 passingpnpm pack— packed manifest contains@antelopejs/interface-auth: >=0.0.5 <1.0.0Core 1.4.10 and interface-core 0.0.12 are published and include the canonical interface resolution fixes required by the full module-test runner.