@whatwg-node/fetch 0.8.2 → 0.8.3-alpha-20230320121248-207a67b

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @whatwg-node/fetch
2
2
 
3
+ ## 0.8.3-alpha-20230320121248-207a67b
4
+
5
+ ### Patch Changes
6
+
7
+ - [`bf585a3`](https://github.com/ardatan/whatwg-node/commit/bf585a3b1cafa63bdee86dace6a0e08f98a9b554)
8
+ Thanks [@ardatan](https://github.com/ardatan)! - Support iterable Fetch API methods
9
+
10
+ - Updated dependencies
11
+ [[`bf585a3`](https://github.com/ardatan/whatwg-node/commit/bf585a3b1cafa63bdee86dace6a0e08f98a9b554)]:
12
+ - @whatwg-node/node-fetch@0.3.3-alpha-20230320121248-207a67b
13
+
3
14
  ## 0.8.2
4
15
 
5
16
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  /// <reference lib="dom" />
2
+ /// <reference lib="dom.iterable" />
2
3
  /// <reference types="urlpattern-polyfill" />
3
4
 
4
5
  type ResponseCtorWithJson = typeof Response & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whatwg-node/fetch",
3
- "version": "0.8.2",
3
+ "version": "0.8.3-alpha-20230320121248-207a67b",
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.3.1",
17
+ "@whatwg-node/node-fetch": "0.3.3-alpha-20230320121248-207a67b",
18
18
  "busboy": "^1.6.0",
19
19
  "urlpattern-polyfill": "^6.0.2",
20
20
  "web-streams-polyfill": "^3.2.1"