@whatwg-node/fetch 0.8.0-alpha-20230210105523-366e74c → 0.8.1

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 +14 -6
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,20 +1,28 @@
1
1
  # @whatwg-node/fetch
2
2
 
3
- ## 0.8.0-alpha-20230210105523-366e74c
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`c7b9c8a`](https://github.com/ardatan/whatwg-node/commit/c7b9c8a4f58926e923bb3f581cf145feb389880f),
9
+ [`f28ce1f`](https://github.com/ardatan/whatwg-node/commit/f28ce1f11c888187869a6c4df55f6438dc0eaab6)]:
10
+ - @whatwg-node/node-fetch@0.3.0
11
+
12
+ ## 0.8.0
4
13
 
5
14
  ### Minor Changes
6
15
 
7
- - [#330](https://github.com/ardatan/whatwg-node/pull/330)
8
- [`1dffc76`](https://github.com/ardatan/whatwg-node/commit/1dffc76475f7005c36d42c94c54cef8c69f05c4e)
16
+ - [`ea5d252`](https://github.com/ardatan/whatwg-node/commit/ea5d25298c480d4c5483186af41dccda8197164d)
9
17
  Thanks [@ardatan](https://github.com/ardatan)! - New URL and URLSearchParams ponyfills
10
18
 
11
19
  ### Patch Changes
12
20
 
13
21
  - Updated dependencies
14
- [[`372c44f`](https://github.com/ardatan/whatwg-node/commit/372c44f0629ac31a07331d7cdf219b25887a43e8),
15
- [`1dffc76`](https://github.com/ardatan/whatwg-node/commit/1dffc76475f7005c36d42c94c54cef8c69f05c4e),
22
+ [[`ea5d252`](https://github.com/ardatan/whatwg-node/commit/ea5d25298c480d4c5483186af41dccda8197164d),
23
+ [`ea5d252`](https://github.com/ardatan/whatwg-node/commit/ea5d25298c480d4c5483186af41dccda8197164d),
16
24
  [`ebfbb84`](https://github.com/ardatan/whatwg-node/commit/ebfbb845be1a9f3893f62c850554cf6162f3b6d7)]:
17
- - @whatwg-node/node-fetch@0.2.0-alpha-20230210105523-366e74c
25
+ - @whatwg-node/node-fetch@0.2.0
18
26
 
19
27
  ## 0.7.1
20
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whatwg-node/fetch",
3
- "version": "0.8.0-alpha-20230210105523-366e74c",
3
+ "version": "0.8.1",
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.2.0-alpha-20230210105523-366e74c",
17
+ "@whatwg-node/node-fetch": "^0.3.0",
18
18
  "busboy": "^1.6.0",
19
19
  "urlpattern-polyfill": "^6.0.2",
20
20
  "web-streams-polyfill": "^3.2.1"