@types/node 25.2.1 → 25.2.2

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 (3) hide show
  1. node/README.md +1 -1
  2. node/http.d.ts +1 -1
  3. node/package.json +2 -2
node/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.
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/http.d.ts CHANGED
@@ -1664,7 +1664,7 @@ declare module "node:http" {
1664
1664
  * sockets. Do not modify.
1665
1665
  * @since v0.5.9
1666
1666
  */
1667
- readonly requests: NodeJS.ReadOnlyDict<IncomingMessage[]>;
1667
+ readonly requests: NodeJS.ReadOnlyDict<ClientRequest[]>;
1668
1668
  constructor(opts?: AgentOptions);
1669
1669
  /**
1670
1670
  * Destroy any sockets that are currently in use by the agent.
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "25.2.1",
3
+ "version": "25.2.2",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -150,6 +150,6 @@
150
150
  "undici-types": "~7.16.0"
151
151
  },
152
152
  "peerDependencies": {},
153
- "typesPublisherContentHash": "4dbf3804034fdf7739addf039cb5812b6d1bab6d554da5077f8003fdbd6ffea1",
153
+ "typesPublisherContentHash": "765ef440300302cdea004b925c35f2813d0883562f317541c7ef8e960501af28",
154
154
  "typeScriptVersion": "5.2"
155
155
  }