What's wrong with this entry?
Anonymous. No account, no email.
- Stream Import Modified: Changed from default import to named import for better tree-shaking:
// Before: import b$4 from "stream";
// After: import { Readable as v$4 } from "stream";
- Process Import Updated: Changed to named import:
// Before: import Hh2 from "node:process";
// After: import { cwd as ww0 } from "node:process";
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.