What's wrong with this entry?
Anonymous. No account, no email.
What: Consolidated and reorganized various module imports.
Changes:
- Replaced
import Ae from "stream"withimport { PassThrough as Lr5 } from "stream"at line 482338 - Replaced
import e51 from "node:child_process"withimport { execSync as U6Q, spawn as Qd8 } from "node:child_process"at line 249174 - Added
import { cwd as hR0 } from "node:process"at line 70725 - Added
import { homedir as br5 } from "node:os"at line 484007 - Added
import { createHash as pB6, randomBytes as lB6 } from "crypto"at line 286520 - Removed redundant
import BP9 from "node:os"andimport il2 from "node:process"
Details:
- More explicit imports improve tree-shaking and code clarity
- Reduces namespace pollution from default imports
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.