@whatwg-node/fetch 0.6.9-alpha-20230206135508-d9b0cd5 → 0.6.9

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 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,16 +1,26 @@
1
1
  # @whatwg-node/fetch
2
2
 
3
- ## 0.6.9-alpha-20230206135508-d9b0cd5
3
+ ## 0.6.9
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [`34d1875`](https://github.com/ardatan/whatwg-node/commit/34d18750a59855208165e8057cf1f6c84cd51043)
7
+ - [#314](https://github.com/ardatan/whatwg-node/pull/314)
8
+ [`3aa1848`](https://github.com/ardatan/whatwg-node/commit/3aa18486d44c507617b25204c3d4a96bc8a4c9e4)
9
+ Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
10
+
11
+ - Updated dependency
12
+ [`@whatwg-node/node-fetch@^0.0.4` ↗︎](https://www.npmjs.com/package/@whatwg-node/node-fetch/v/0.0.4)
13
+ (from `0.0.4`, in `dependencies`)
14
+
15
+ - [#314](https://github.com/ardatan/whatwg-node/pull/314)
16
+ [`3aa1848`](https://github.com/ardatan/whatwg-node/commit/3aa18486d44c507617b25204c3d4a96bc8a4c9e4)
8
17
  Thanks [@ardatan](https://github.com/ardatan)! - Align versions with ranged dependencies and cross
9
18
  version support internally
10
19
 
11
20
  - Updated dependencies
12
- [[`34d1875`](https://github.com/ardatan/whatwg-node/commit/34d18750a59855208165e8057cf1f6c84cd51043)]:
13
- - @whatwg-node/node-fetch@0.0.5-alpha-20230206135508-d9b0cd5
21
+ [[`3aa1848`](https://github.com/ardatan/whatwg-node/commit/3aa18486d44c507617b25204c3d4a96bc8a4c9e4),
22
+ [`3aa1848`](https://github.com/ardatan/whatwg-node/commit/3aa18486d44c507617b25204c3d4a96bc8a4c9e4)]:
23
+ - @whatwg-node/node-fetch@0.0.5
14
24
 
15
25
  ## 0.6.8
16
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whatwg-node/fetch",
3
- "version": "0.6.9-alpha-20230206135508-d9b0cd5",
3
+ "version": "0.6.9",
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.0.5-alpha-20230206135508-d9b0cd5",
17
+ "@whatwg-node/node-fetch": "^0.0.5",
18
18
  "busboy": "^1.6.0",
19
19
  "urlpattern-polyfill": "^6.0.2",
20
20
  "web-streams-polyfill": "^3.2.1"