@whatwg-node/fetch 0.4.5 → 0.4.6-alpha-20220926221307-730c2a6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @whatwg-node/fetch
|
|
2
2
|
|
|
3
|
+
## 0.4.6-alpha-20220926221307-730c2a6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`c918527`](https://github.com/ardatan/whatwg-node/commit/c918527f15eb6096656376648dccdbc8d6898395) Thanks [@ardatan](https://github.com/ardatan)! - Bump Undici
|
|
8
|
+
|
|
3
9
|
## 0.4.5
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@whatwg-node/fetch",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6-alpha-20220926221307-730c2a6",
|
|
4
4
|
"description": "Cross Platform Smart Fetch Ponyfill",
|
|
5
5
|
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"form-data-encoder": "^1.7.1",
|
|
25
25
|
"formdata-node": "^4.3.1",
|
|
26
26
|
"node-fetch": "^2.6.7",
|
|
27
|
-
"undici": "^5.
|
|
27
|
+
"undici": "^5.10.0",
|
|
28
28
|
"web-streams-polyfill": "^3.2.0"
|
|
29
29
|
},
|
|
30
30
|
"publishConfig": {
|