@types/node 20.19.32 → 20.19.33

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.
node v20.19/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v20.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 05 Feb 2026 14:44:37 GMT
11
+ * Last updated: Sun, 08 Feb 2026 00:09:19 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node v20.19/http.d.ts CHANGED
@@ -1573,7 +1573,7 @@ declare module "http" {
1573
1573
  * sockets. Do not modify.
1574
1574
  * @since v0.5.9
1575
1575
  */
1576
- readonly requests: NodeJS.ReadOnlyDict<IncomingMessage[]>;
1576
+ readonly requests: NodeJS.ReadOnlyDict<ClientRequest[]>;
1577
1577
  constructor(opts?: AgentOptions);
1578
1578
  /**
1579
1579
  * Destroy any sockets that are currently in use by the agent.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.19.32",
3
+ "version": "20.19.33",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -135,6 +135,6 @@
135
135
  "undici-types": "~6.21.0"
136
136
  },
137
137
  "peerDependencies": {},
138
- "typesPublisherContentHash": "8eb756a1313ba5c46054826d847ffec569c288030c26fe1ec925f0bd9263e25f",
138
+ "typesPublisherContentHash": "d4cd30c43a08f690617e195e57a46fefea3c5b57689407429ba7a4f30c8f1b83",
139
139
  "typeScriptVersion": "5.2"
140
140
  }