@chrisdoc/hevy-cli@1.2.9
Patch Changes
-
#1097
05ee904Thanks @chrisdoc! - Extract the Hevy retry policy behind a pure, independently testable seam. -
#1097
05ee904Thanks @chrisdoc! - Add an Effect execution boundary that guarantees cancellation-resource cleanup. -
#1097
05ee904Thanks @chrisdoc! - Add the initial Effect dependency and typed foundation services for incremental adoption. -
#1100
bb36134Thanks @chrisdoc! - Add a typed Effect service layer for incremental dependency-injection adoption. -
#1097
05ee904Thanks @chrisdoc! - Upgrade Kubb code generation toolchain to v5. -
#1108
7a02c8aThanks @Rahulsharma0810! - FixutcSecondTimestampreporting the same "Must use the UTC format YYYY-MM-DDTHH:mm:ssZ" validation error twice for a single invalidstart_time/end_timevalue. The format and calendar-validity checks are now chained with.pipe()so the round-trip check only runs after the regex check succeeds, producing exactly one issue per invalid field while preserving the originalinvalid_formatissue code and JSON Schemapattern.