@whatwg-node/fetch 0.8.3-rc-20230320123406-da3a60b → 0.8.3

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 +4 -3
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @whatwg-node/fetch
2
2
 
3
- ## 0.8.3-rc-20230320123406-da3a60b
3
+ ## 0.8.3
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,8 +8,9 @@
8
8
  Thanks [@ardatan](https://github.com/ardatan)! - Support iterable Fetch API methods
9
9
 
10
10
  - Updated dependencies
11
- [[`bf585a3`](https://github.com/ardatan/whatwg-node/commit/bf585a3b1cafa63bdee86dace6a0e08f98a9b554)]:
12
- - @whatwg-node/node-fetch@0.3.3-rc-20230320123406-da3a60b
11
+ [[`9f242f8`](https://github.com/ardatan/whatwg-node/commit/9f242f8268748345899ea4b6f05dac3c6dcecbeb),
12
+ [`bf585a3`](https://github.com/ardatan/whatwg-node/commit/bf585a3b1cafa63bdee86dace6a0e08f98a9b554)]:
13
+ - @whatwg-node/node-fetch@0.3.3
13
14
 
14
15
  ## 0.8.2
15
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whatwg-node/fetch",
3
- "version": "0.8.3-rc-20230320123406-da3a60b",
3
+ "version": "0.8.3",
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.3-rc-20230320123406-da3a60b",
17
+ "@whatwg-node/node-fetch": "^0.3.3",
18
18
  "busboy": "^1.6.0",
19
19
  "urlpattern-polyfill": "^6.0.2",
20
20
  "web-streams-polyfill": "^3.2.1"
@@ -23,6 +23,7 @@
23
23
  "access": "public"
24
24
  },
25
25
  "sideEffects": false,
26
+ "bob": false,
26
27
  "denoify": {
27
28
  "index": "dist/deno-ponyfill.ts"
28
29
  },