@whatwg-node/fetch
Advanced tools
Comparing version 0.10.4 to 0.10.5-alpha-20250222120839-6ce0559cd5257588396d5ca72a49da76fb972e4a
# @whatwg-node/fetch | ||
## 0.10.5-alpha-20250222120839-6ce0559cd5257588396d5ca72a49da76fb972e4a | ||
### Patch Changes | ||
- [#2093](https://github.com/ardatan/whatwg-node/pull/2093) | ||
[`e812cb5`](https://github.com/ardatan/whatwg-node/commit/e812cb5c501adeaff3785f86b1ef459b3d9fdb3d) | ||
Thanks [@ardatan](https://github.com/ardatan)! - Fixes the | ||
`TypeError: bodyInit.stream is not a function` error thrown when the incoming HTTP/2 request is | ||
attempted to parse. | ||
- Updated dependencies | ||
[[`e812cb5`](https://github.com/ardatan/whatwg-node/commit/e812cb5c501adeaff3785f86b1ef459b3d9fdb3d)]: | ||
- @whatwg-node/node-fetch@0.7.11-alpha-20250222120839-6ce0559cd5257588396d5ca72a49da76fb972e4a | ||
## 0.10.4 | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "@whatwg-node/fetch", | ||
"version": "0.10.4", | ||
"version": "0.10.5-alpha-20250222120839-6ce0559cd5257588396d5ca72a49da76fb972e4a", | ||
"description": "Cross Platform Smart Fetch Ponyfill", | ||
@@ -19,3 +19,3 @@ "repository": { | ||
"dependencies": { | ||
"@whatwg-node/node-fetch": "^0.7.10", | ||
"@whatwg-node/node-fetch": "0.7.11-alpha-20250222120839-6ce0559cd5257588396d5ca72a49da76fb972e4a", | ||
"urlpattern-polyfill": "^10.0.0" | ||
@@ -22,0 +22,0 @@ }, |
47743