@whatwg-node/fetch 0.8.1 → 0.8.2-alpha-20230215085143-56e6bef

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,13 @@
1
1
  # @whatwg-node/fetch
2
2
 
3
+ ## 0.8.2-alpha-20230215085143-56e6bef
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`d099e0b`](https://github.com/ardatan/whatwg-node/commit/d099e0b944eb3caa84c1d3f94f6071923292ca2a)]:
9
+ - @whatwg-node/node-fetch@0.4.0-alpha-20230215085143-56e6bef
10
+
3
11
  ## 0.8.1
4
12
 
5
13
  ### Patch Changes
package/README.md CHANGED
@@ -76,6 +76,8 @@ The following are exported by this package:
76
76
 
77
77
  ### URL Standard
78
78
 
79
+ - [URL](https://developer.mozilla.org/en-US/docs/Web/API/URL)
80
+ - [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)
79
81
  - [URLPattern](https://developer.mozilla.org/en-US/docs/Web/API/URLPattern)
80
82
 
81
83
  ### Data Types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whatwg-node/fetch",
3
- "version": "0.8.1",
3
+ "version": "0.8.2-alpha-20230215085143-56e6bef",
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.0",
17
+ "@whatwg-node/node-fetch": "0.4.0-alpha-20230215085143-56e6bef",
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
  },