Skip to content

Commit

Permalink
Use standard APIs available in modern Node.js and remove dev dependen…
Browse files Browse the repository at this point in the history
…cies.
  • Loading branch information
jaydenseric committed Oct 22, 2023
1 parent 961cbc6 commit 602f7be
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 221 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- “Plain” objects in the GraphQL operation that aren’t `Object` instances (e.g. `Object.create(null)`) are now also deep cloned when searching for extractable files.

- Updated dev dependencies, some of which require newer Node.js versions than previously supported.
- Refactored tests to use the standard `AbortController`, `AbortSignal`, `File`, `FormData`, and `Response` APIs available in modern Node.js and removed the dev dependencies [`abort-controller`](https://npm.im/abort-controller), [`formdata-node`](https://npm.im/formdata-node), and [`node-fetch`](https://npm.im/node-fetch).
- Public modules are now individually listed in the package `files` and `exports` fields.
- Removed the package main index module; deep imports must be used. To migrate:

Expand Down
Loading

0 comments on commit 602f7be

Please sign in to comment.