v5.0.0
Immutable
release. Only release title and notes can be modified.
Changed
@studnicky/eslint-configtightens the structural export rules.@studnicky/no-export-aliasnow forbids any non-index re-export path, including direct re-exports, star re-exports, and import-then-export forwarding for both value and type bindings.@studnicky/single-exportnow recognizes restricted topology both as directories and fractal filename suffixes, requires constant modules to export onlySCREAMING_SNAKE_CASEsymbols, and narrows enum exemptions to enum-and-constant-only files.@studnicky/no-suppression-commentsnow also rejects coverage suppression markers includingc8 ignore,c8-ignore, andistanbul ignore entirely.- Breaking:
@studnicky/fetchrenames its exported constant objects toDEFAULT_DISPATCHER_CONFIG,POOL_HEALTH, andVALIDATION_LIMITS. - Breaking:
@studnicky/loggerrenames its exported log-level constants toLOG_LEVELandLOG_LEVEL_MAP.