Mirror: A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)

Version Packages (#3)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

-5
.changeset/pink-flowers-wait.md
···
-
---
-
'fetch-nodeshim': minor
-
---
-
-
Add web standard type/globals re-exports and polyfill `File` from `node:buffer`.
-5
.changeset/pink-papayas-doubt.md
···
-
---
-
'fetch-nodeshim': patch
-
---
-
-
Add missing constructor type overloads and add missing `Blob` re-export
+12
CHANGELOG.md
···
# minifetch
+
## 0.2.0
+
+
### Minor Changes
+
+
- Add web standard type/globals re-exports and polyfill `File` from `node:buffer`
+
Submitted by [@kitten](https://github.com/kitten) (See [#1](https://github.com/kitten/fetch-nodeshim/pull/1))
+
+
### Patch Changes
+
+
- Add missing constructor type overloads and add missing `Blob` re-export
+
Submitted by [@kitten](https://github.com/kitten) (See [#2](https://github.com/kitten/fetch-nodeshim/pull/2))
+
## 0.1.0
Initial Release.
+1 -1
package.json
···
{
"name": "fetch-nodeshim",
-
"version": "0.1.0",
+
"version": "0.2.0",
"description": "A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)",
"author": "Phil Pluckthun <phil@kitten.sh>",
"source": "./src/index.ts",