@types/node 18.19.119 → 18.19.120

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 v18.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/v18.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 15 Jul 2025 07:04:18 GMT
11
+ * Last updated: Sat, 19 Jul 2025 00:47:11 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node v18.19/http.d.ts CHANGED
@@ -901,7 +901,7 @@ declare module "http" {
901
901
  * the request body should be sent.
902
902
  * @since v10.0.0
903
903
  */
904
- writeProcessing(): void;
904
+ writeProcessing(callback?: () => void): void;
905
905
  }
906
906
  interface InformationEvent {
907
907
  statusCode: number;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "18.19.119",
3
+ "version": "18.19.120",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -140,6 +140,6 @@
140
140
  "undici-types": "~5.26.4"
141
141
  },
142
142
  "peerDependencies": {},
143
- "typesPublisherContentHash": "0189dde384b2086d4462f085080aa1c9d7d12801495e83741f845e39fc657b45",
143
+ "typesPublisherContentHash": "8cc997795fee214a459e986693a8b87752e166e2bcf38a227e4f9569eb15e0d5",
144
144
  "typeScriptVersion": "5.1"
145
145
  }