@whatwg-node/fetch 0.7.0 → 0.7.1-alpha-20230208150005-0bd8aaf

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @whatwg-node/fetch
2
2
 
3
+ ## 0.7.1-alpha-20230208150005-0bd8aaf
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`b76d29a`](https://github.com/ardatan/whatwg-node/commit/b76d29ade33d30ef78fc82fed25c2fa3bca91227)]:
9
+ - @whatwg-node/node-fetch@0.0.7-alpha-20230208150005-0bd8aaf
10
+
3
11
  ## 0.7.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whatwg-node/fetch",
3
- "version": "0.7.0",
3
+ "version": "0.7.1-alpha-20230208150005-0bd8aaf",
4
4
  "description": "Cross Platform Smart Fetch Ponyfill",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,7 +14,7 @@
14
14
  "types": "dist/index.d.ts",
15
15
  "dependencies": {
16
16
  "@peculiar/webcrypto": "^1.4.0",
17
- "@whatwg-node/node-fetch": "^0.0.6",
17
+ "@whatwg-node/node-fetch": "0.0.7-alpha-20230208150005-0bd8aaf",
18
18
  "busboy": "^1.6.0",
19
19
  "urlpattern-polyfill": "^6.0.2",
20
20
  "web-streams-polyfill": "^3.2.1"