undici-types 6.7.1 → 6.9.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/fetch.d.ts +1 -1
  2. package/package.json +1 -1
package/fetch.d.ts CHANGED
@@ -122,7 +122,7 @@ export interface RequestInit {
122
122
  method?: string
123
123
  keepalive?: boolean
124
124
  headers?: HeadersInit
125
- body?: BodyInit
125
+ body?: BodyInit | null
126
126
  redirect?: RequestRedirect
127
127
  integrity?: string
128
128
  signal?: AbortSignal | null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "undici-types",
3
- "version": "6.7.1",
3
+ "version": "6.9.0",
4
4
  "description": "A stand-alone types package for Undici",
5
5
  "homepage": "https://undici.nodejs.org",
6
6
  "bugs": {