@whatwg-node/fetch
Advanced tools
Comparing version 0.9.19 to 0.9.20-rc-20240814171141-7d7498c42d684ed71ac99eed065252c6dadf3f66
# @whatwg-node/fetch | ||
## 0.9.20-rc-20240814171141-7d7498c42d684ed71ac99eed065252c6dadf3f66 | ||
### Patch Changes | ||
- [#1566](https://github.com/ardatan/whatwg-node/pull/1566) | ||
[`de1e95a`](https://github.com/ardatan/whatwg-node/commit/de1e95a8eb107083e638aa8472089b96b33bbe4a) | ||
Thanks [@ardatan](https://github.com/ardatan)! - Avoid constructing DecompressionStream to check | ||
supported encodings | ||
- Updated dependencies | ||
[[`de1e95a`](https://github.com/ardatan/whatwg-node/commit/de1e95a8eb107083e638aa8472089b96b33bbe4a)]: | ||
- @whatwg-node/node-fetch@0.5.22-rc-20240814171141-7d7498c42d684ed71ac99eed065252c6dadf3f66 | ||
## 0.9.19 | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "@whatwg-node/fetch", | ||
"version": "0.9.19", | ||
"version": "0.9.20-rc-20240814171141-7d7498c42d684ed71ac99eed065252c6dadf3f66", | ||
"description": "Cross Platform Smart Fetch Ponyfill", | ||
@@ -13,3 +13,3 @@ "repository": { | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
@@ -20,3 +20,3 @@ "main": "dist/node-ponyfill.js", | ||
"dependencies": { | ||
"@whatwg-node/node-fetch": "^0.5.16", | ||
"@whatwg-node/node-fetch": "0.5.22-rc-20240814171141-7d7498c42d684ed71ac99eed065252c6dadf3f66", | ||
"urlpattern-polyfill": "^10.0.0" | ||
@@ -23,0 +23,0 @@ }, |
41478