As a reminder, Got continues to require ESM. For TypeScript users, this includes having "module": "node16", "moduleResolution": "node16"
in your tsconfig.
Breaking
- Require Node.js 16 52a1063
- Change the
enableUnixSockets
option to befalse
by default 852c312- Most users don't need it.