v0.8.1
Patch Changes
-
3038bec: Upgrade
@beesolve/lint-configto 0.3.0 and add the newly-requiredoxlint-tsgolintpeer dependency, which enables type-aware linting.Resolve the findings the stricter rules surface in the shipped handler/stream templates and tests:
- Replace
process.env as Record<string, string>casts with adefinedEnv()helper that filters out undefined values. - Use
HttpMethod.ANYinstead of"ANY" as neverin the CDK tests. - Drop redundant result-type assertions on the single-arm Bun handler result, and narrow the Node handler's
v1 | v2result union via small typed helpers. - Prefix intentional fire-and-forget calls (
mock.module,server.stop) withvoidto satisfyno-floating-promises.
- Replace