## Summary Built out several improvements to the alert-logger package: - Configurable health/retry policy via `HealthPolicy` type, extracted shared `formatDuration` util, added failure-mode tests - Added CJS build output alongside ESM for `moduleResolution: "node"` compat - Added `typesVersions` for subpath type resolution fallback - Added `description` option to `AlertOptions` for clean Discord embed titles - Improved default fingerprint aggregation — normalize titles with built-in normalizers, reduce `stackDepth` from 3→1 ## PRs - https://github.com/IQAIcom/alert-logger/pull/6 - https://github.com/IQAIcom/alert-logger/pull/8 - https://github.com/IQAIcom/alert-logger/pull/9 - https://github.com/IQAIcom/alert-logger/pull/11 - https://github.com/IQAIcom/alert-logger/pull/13
Summary
Built out several improvements to the alert-logger package:
HealthPolicytype, extracted sharedformatDurationutil, added failure-mode testsmoduleResolution: "node"compattypesVersionsfor subpath type resolution fallbackdescriptionoption toAlertOptionsfor clean Discord embed titlesstackDepthfrom 3→1PRs