undici-types 5.28.1 → 5.28.2

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/fetch.d.ts +1 -1
  2. package/package.json +1 -1
package/fetch.d.ts CHANGED
@@ -108,7 +108,7 @@ export interface RequestInit {
108
108
  body?: BodyInit
109
109
  redirect?: RequestRedirect
110
110
  integrity?: string
111
- signal?: AbortSignal
111
+ signal?: AbortSignal | null
112
112
  credentials?: RequestCredentials
113
113
  mode?: RequestMode
114
114
  referrer?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "undici-types",
3
- "version": "5.28.1",
3
+ "version": "5.28.2",
4
4
  "description": "A stand-alone types package for Undici",
5
5
  "homepage": "https://undici.nodejs.org",
6
6
  "bugs": {