Implement Labrinth Canary API flag (#5531)

This commit is contained in:
aecsocket
2026-03-11 15:28:09 +00:00
committed by GitHub
parent 086508be23
commit 3b21944a75
7 changed files with 71 additions and 1 deletions

View File

@@ -9,6 +9,11 @@ export {
} from './core/abstract-websocket'
export { ModrinthApiError, ModrinthServerError } from './core/errors'
export { type AuthConfig, AuthFeature } from './features/auth'
export {
type CanaryCookieConfig,
CanaryCookieFeature,
LABRINTH_CANARY_COOKIE,
} from './features/canary-cookie'
export {
type CircuitBreakerConfig,
CircuitBreakerFeature,