@whatwg-node/fetch 0.9.1-alpha-20230531143520-481e7fa → 0.9.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 +3 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,11 @@
1
1
  # @whatwg-node/fetch
2
2
 
3
- ## 0.9.1-alpha-20230531143520-481e7fa
3
+ ## 0.9.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies
8
- [[`780a877`](https://github.com/ardatan/whatwg-node/commit/780a8779c3d0aea50677e1b62d02c391ff7f75fb),
9
- [`780a877`](https://github.com/ardatan/whatwg-node/commit/780a8779c3d0aea50677e1b62d02c391ff7f75fb)]:
10
- - @whatwg-node/node-fetch@0.5.0-alpha-20230531143520-481e7fa
7
+ - [`58b733d`](https://github.com/ardatan/whatwg-node/commit/58b733da41ca913348abd30e2253b332370aa51d)
8
+ Thanks [@ardatan](https://github.com/ardatan)! - Bump node-fetch package
11
9
 
12
10
  ## 0.9.0
13
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whatwg-node/fetch",
3
- "version": "0.9.1-alpha-20230531143520-481e7fa",
3
+ "version": "0.9.1",
4
4
  "description": "Cross Platform Smart Fetch Ponyfill",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,7 +16,7 @@
16
16
  "browser": "dist/global-ponyfill.js",
17
17
  "types": "dist/index.d.ts",
18
18
  "dependencies": {
19
- "@whatwg-node/node-fetch": "0.5.0-alpha-20230531143520-481e7fa",
19
+ "@whatwg-node/node-fetch": "^0.4.1",
20
20
  "urlpattern-polyfill": "^8.0.0"
21
21
  },
22
22
  "publishConfig": {