@whatwg-node/fetch 0.9.19 → 0.9.20

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 +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @whatwg-node/fetch
2
2
 
3
+ ## 0.9.20
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1566](https://github.com/ardatan/whatwg-node/pull/1566)
8
+ [`de1e95a`](https://github.com/ardatan/whatwg-node/commit/de1e95a8eb107083e638aa8472089b96b33bbe4a)
9
+ Thanks [@ardatan](https://github.com/ardatan)! - Avoid constructing DecompressionStream to check
10
+ supported encodings
11
+
12
+ - Updated dependencies
13
+ [[`de1e95a`](https://github.com/ardatan/whatwg-node/commit/de1e95a8eb107083e638aa8472089b96b33bbe4a)]:
14
+ - @whatwg-node/node-fetch@0.5.22
15
+
3
16
  ## 0.9.19
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whatwg-node/fetch",
3
- "version": "0.9.19",
3
+ "version": "0.9.20",
4
4
  "description": "Cross Platform Smart Fetch Ponyfill",
5
5
  "repository": {
6
6
  "type": "git",
@@ -10,13 +10,13 @@
10
10
  "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
11
11
  "license": "MIT",
12
12
  "engines": {
13
- "node": ">=16.0.0"
13
+ "node": ">=18.0.0"
14
14
  },
15
15
  "main": "dist/node-ponyfill.js",
16
16
  "browser": "dist/global-ponyfill.js",
17
17
  "types": "dist/index.d.ts",
18
18
  "dependencies": {
19
- "@whatwg-node/node-fetch": "^0.5.16",
19
+ "@whatwg-node/node-fetch": "^0.5.22",
20
20
  "urlpattern-polyfill": "^10.0.0"
21
21
  },
22
22
  "publishConfig": {