@whatwg-node/fetch 0.10.11 → 0.10.13

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @whatwg-node/fetch
2
2
 
3
+ ## 0.10.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2910](https://github.com/ardatan/whatwg-node/pull/2910)
8
+ [`0079afd`](https://github.com/ardatan/whatwg-node/commit/0079afdc785c012fad22dd35963800a8199bfe89)
9
+ Thanks [@ardatan](https://github.com/ardatan)! - Zstandard \`zstd\` support
10
+
11
+ - Updated dependencies
12
+ [[`0079afd`](https://github.com/ardatan/whatwg-node/commit/0079afdc785c012fad22dd35963800a8199bfe89)]:
13
+ - @whatwg-node/node-fetch@0.8.3
14
+
15
+ ## 0.10.12
16
+
17
+ ### Patch Changes
18
+
19
+ - [`c9b2c87`](https://github.com/ardatan/whatwg-node/commit/c9b2c87bff6f36b71cd1bd97f81f1050efa8dd98)
20
+ Thanks [@ardatan](https://github.com/ardatan)! - Do not override existing \`user-agent\`
21
+
22
+ - Updated dependencies
23
+ [[`c9b2c87`](https://github.com/ardatan/whatwg-node/commit/c9b2c87bff6f36b71cd1bd97f81f1050efa8dd98)]:
24
+ - @whatwg-node/node-fetch@0.8.2
25
+
3
26
  ## 0.10.11
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whatwg-node/fetch",
3
- "version": "0.10.11",
3
+ "version": "0.10.13",
4
4
  "description": "Cross Platform Smart Fetch Ponyfill",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,7 +16,7 @@
16
16
  "browser": "dist/global-ponyfill.js",
17
17
  "types": "dist/index.d.ts",
18
18
  "dependencies": {
19
- "@whatwg-node/node-fetch": "^0.8.0",
19
+ "@whatwg-node/node-fetch": "^0.8.3",
20
20
  "urlpattern-polyfill": "^10.0.0"
21
21
  },
22
22
  "publishConfig": {