@whatwg-node/fetch 0.9.6 → 0.9.7-alpha-20230613174518-6c0120e

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.7-alpha-20230613174518-6c0120e
4
+
5
+ ### Patch Changes
6
+
7
+ - [#616](https://github.com/ardatan/whatwg-node/pull/616)
8
+ [`e34c1a8`](https://github.com/ardatan/whatwg-node/commit/e34c1a82316934088845f91b042b6650e3694b17)
9
+ Thanks [@ardatan](https://github.com/ardatan)! - Revert some unnecessary changes
10
+
11
+ - Updated dependencies
12
+ [[`e34c1a8`](https://github.com/ardatan/whatwg-node/commit/e34c1a82316934088845f91b042b6650e3694b17)]:
13
+ - @whatwg-node/node-fetch@0.4.6-alpha-20230613174518-6c0120e
14
+
3
15
  ## 0.9.6
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.6",
3
+ "version": "0.9.7-alpha-20230613174518-6c0120e",
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.5",
19
+ "@whatwg-node/node-fetch": "0.4.6-alpha-20230613174518-6c0120e",
20
20
  "urlpattern-polyfill": "^9.0.0"
21
21
  },
22
22
  "publishConfig": {