727 B
727 B
@marketplaces/auth
| @marketplaces/auth |
|---|
| minor |
Remove ed25519/* exports from the public API (index.ts). The Ed25519 challenge/response admin auth flow has no backend yet (per ADR-0001) and was shipping fully in every consumer's bundle, unused. Source stays in src/ed25519/ untouched — this only stops it being part of the published package's public surface; re-export it once that backend exists.
Breaking for any consumer importing Ed25519AuthService, AuthFacade, AuthApiService, SessionService, JwtService, Ed25519KeypairService, PermissionService, Ed25519VerificationService, NoopEd25519VerificationService, or related types from @marketplaces/auth — none confirmed to exist at the time of this change.