What's wrong with this entry?
Anonymous. No account, no email.
Import statements were refactored to use more specific destructured imports:
- Changed from
import vKQ from "stream"toimport { PassThrough as Xe5 } from "stream"at line 357259 - Changed from
import _4Q from "node:process"toimport { cwd as g3A } from "node:process"at line 443967
Evidence
- Stream import: line 338165 in v2.0.2 vs line 357259 in v2.0.3
- Process import: line 442779 in v2.0.2 vs line 443967 in v2.0.3
These changes represent internal code quality improvements with no impact on CLI functionality, performance, or user experience.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.