@whatwg-node/fetch
Advanced tools
Comparing version 0.9.8 to 0.9.9-alpha-20230714132731-d012863
# @whatwg-node/fetch | ||
## 0.9.9-alpha-20230714132731-d012863 | ||
### Patch Changes | ||
- Updated dependencies | ||
[[`d012863`](https://github.com/ardatan/whatwg-node/commit/d012863c6352ae147f2416e82c4b6af2bdf430ac)]: | ||
- @whatwg-node/node-fetch@0.5.0-alpha-20230714132731-d012863 | ||
## 0.9.8 | ||
@@ -372,4 +380,4 @@ | ||
- Added dependency | ||
[`urlpattern-polyfill@^6.0.2` ↗︎](https://www.npmjs.com/package/urlpattern-polyfill/v/6.0.2) (to | ||
`dependencies`) | ||
[`urlpattern-polyfill@^6.0.2` ↗︎](https://www.npmjs.com/package/urlpattern-polyfill/v/6.0.2) | ||
(to `dependencies`) | ||
@@ -376,0 +384,0 @@ ## 0.5.4 |
@@ -5,2 +5,6 @@ | ||
try { | ||
globalThis.libcurl = globalThis.libcurl || require('node-libcurl'); | ||
} catch(e) {} | ||
module.exports.fetch = ponyfills.fetch; | ||
@@ -7,0 +11,0 @@ module.exports.Headers = ponyfills.Headers; |
{ | ||
"name": "@whatwg-node/fetch", | ||
"version": "0.9.8", | ||
"version": "0.9.9-alpha-20230714132731-d012863", | ||
"description": "Cross Platform Smart Fetch Ponyfill", | ||
@@ -19,3 +19,3 @@ "repository": { | ||
"dependencies": { | ||
"@whatwg-node/node-fetch": "^0.4.7", | ||
"@whatwg-node/node-fetch": "0.5.0-alpha-20230714132731-d012863", | ||
"urlpattern-polyfill": "^9.0.0" | ||
@@ -22,0 +22,0 @@ }, |
33476
208
+ Added@whatwg-node/node-fetch@0.5.0-alpha-20230714132731-d012863(transitive)
- Removed@whatwg-node/node-fetch@0.4.19(transitive)
Updated@whatwg-node/node-fetch@0.5.0-alpha-20230714132731-d012863