Skip to content

Commit 7fb8232

Browse files
committed
6.10.2
1 parent a79d6af commit 7fb8232

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "undici",
3-
"version": "6.10.1",
3+
"version": "6.10.2",
44
"description": "An HTTP/1.1 client, written from scratch for Node.js",
55
"homepage": "https://undici.nodejs.org",
66
"bugs": {

types/diagnostics-channel.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ declare namespace DiagnosticsChannel {
99
completed: boolean;
1010
method?: Dispatcher.HttpMethod;
1111
path: string;
12-
headers: string;
13-
addHeader(key: string, value: string): Request;
12+
headers: any;
1413
}
1514
interface Response {
1615
statusCode: number;

0 commit comments

Comments
 (0)