@whatwg-node/fetch 0.9.4 → 0.9.5-alpha-20230613121110-c7b77d2

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.9.5-alpha-20230613121110-c7b77d2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#612](https://github.com/ardatan/whatwg-node/pull/612)
8
+ [`c7b77d2`](https://github.com/ardatan/whatwg-node/commit/c7b77d2ccd34730898f2877c6beeb8b86927a061)
9
+ Thanks [@ardatan](https://github.com/ardatan)! - Performance optimizations
10
+
11
+ - Updated dependencies
12
+ [[`c7b77d2`](https://github.com/ardatan/whatwg-node/commit/c7b77d2ccd34730898f2877c6beeb8b86927a061)]:
13
+ - @whatwg-node/node-fetch@0.4.4-alpha-20230613121110-c7b77d2
14
+
3
15
  ## 0.9.4
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.9.4",
3
+ "version": "0.9.5-alpha-20230613121110-c7b77d2",
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.4.3",
19
+ "@whatwg-node/node-fetch": "0.4.4-alpha-20230613121110-c7b77d2",
20
20
  "urlpattern-polyfill": "^9.0.0"
21
21
  },
22
22
  "publishConfig": {