3.48.5
(chore): Add timing logs for each phase of SDK generation: code generation, package manager install,
lockfile generation, formatting/linting, build, and publish. Each phase logs its duration
in milliseconds with a [TIMING] prefix for easy identification.
3.48.4
(fix): Switch Docker base image from node:22.12-alpine3.20 to node:22.12-slim (Debian).
Alpine uses musl instead of glibc, causing a ~14x performance regression for Biome
due to musl’s allocator being significantly slower for allocation-heavy workloads like AST parsing.
3.48.3
(chore): Update @biomejs/biome from 2.3.11 to 2.4.3.