undici-types 7.27.0 → 7.27.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/dispatcher.d.ts +2 -0
  2. package/package.json +1 -1
package/dispatcher.d.ts CHANGED
@@ -212,6 +212,8 @@ declare namespace Dispatcher {
212
212
  get aborted(): boolean
213
213
  get paused(): boolean
214
214
  get reason(): Error | null
215
+ rawHeaders?: Buffer[] | string[] | IncomingHttpHeaders | null
216
+ rawTrailers?: Buffer[] | string[] | IncomingHttpHeaders | null
215
217
  abort(reason: Error): void
216
218
  pause(): void
217
219
  resume(): void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "undici-types",
3
- "version": "7.27.0",
3
+ "version": "7.27.1",
4
4
  "description": "A stand-alone types package for Undici",
5
5
  "homepage": "https://undici.nodejs.org",
6
6
  "bugs": {