@whatwg-node/fetch 0.10.9 → 0.10.10

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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @whatwg-node/fetch
2
2
 
3
+ ## 0.10.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2656](https://github.com/ardatan/whatwg-node/pull/2656)
8
+ [`d2ef55c`](https://github.com/ardatan/whatwg-node/commit/d2ef55c7735c7127e4ed404dd8bbebe8fd3ebd00)
9
+ Thanks [@renovate](https://github.com/apps/renovate)! - Fix TypeScript issues and bump the version
10
+ to get performance improvements for all dependent packages
11
+ - Updated dependencies
12
+ [[`d2ef55c`](https://github.com/ardatan/whatwg-node/commit/d2ef55c7735c7127e4ed404dd8bbebe8fd3ebd00)]:
13
+ - @whatwg-node/node-fetch@0.7.25
14
+
3
15
  ## 0.10.9
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whatwg-node/fetch",
3
- "version": "0.10.9",
3
+ "version": "0.10.10",
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.7.22",
19
+ "@whatwg-node/node-fetch": "^0.7.25",
20
20
  "urlpattern-polyfill": "^10.0.0"
21
21
  },
22
22
  "publishConfig": {