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

Version Packages (#7)

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

authored by github-actions[bot] github-actions[bot] and committed by GitHub 6f956f18 4913c1df

-5
.changeset/perfect-dancers-doubt.md
··· 1 - --- 2 - 'fetch-nodeshim': minor 3 - --- 4 - 5 - Add `Body` mixin as export
+7
CHANGELOG.md
··· 1 1 # minifetch 2 2 3 + ## 0.3.0 4 + 5 + ### Minor Changes 6 + 7 + - Add `Body` mixin as export 8 + Submitted by [@kitten](https://github.com/kitten) (See [#6](https://github.com/kitten/fetch-nodeshim/pull/6)) 9 + 3 10 ## 0.2.1 4 11 5 12 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "fetch-nodeshim", 3 - "version": "0.2.1", 3 + "version": "0.3.0", 4 4 "description": "A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)", 5 5 "author": "Phil Pluckthun <phil@kitten.sh>", 6 6 "source": "./src/index.ts",