Skip to content

Commit

Permalink
6.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Mar 31, 2024
1 parent a79d6af commit 7fb8232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "undici",
"version": "6.10.1",
"version": "6.10.2",
"description": "An HTTP/1.1 client, written from scratch for Node.js",
"homepage": "https://undici.nodejs.org",
"bugs": {
Expand Down
3 changes: 1 addition & 2 deletions types/diagnostics-channel.d.ts
Expand Up @@ -9,8 +9,7 @@ declare namespace DiagnosticsChannel {
completed: boolean;
method?: Dispatcher.HttpMethod;
path: string;
headers: string;
addHeader(key: string, value: string): Request;
headers: any;
}
interface Response {
statusCode: number;
Expand Down

0 comments on commit 7fb8232

Please sign in to comment.