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

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