-
1b1f44a: Initial release of
@ciscode/health-kitv0.1.0.HealthKitModule.register()andregisterAsync()— dynamic NestJS module with configurable liveness and readiness probes- Built-in
PostgresHealthIndicator(SELECT 1),RedisHealthIndicator(PING),HttpHealthIndicator(GET 2xx check) — all with configurable timeout createIndicator(name, fn)— inline factory for simple custom indicatorsBaseHealthIndicatorabstract class +@HealthIndicator('liveness' | 'readiness')decorator for DI-based custom indicatorsGET /{path}/liveandGET /{path}/readyendpoints — 200 OK / 503 with{ status, results[] }body- All indicators run concurrently via
Promise.allSettled pathoption defaults to"health"