@types/node 20.19.11 → 20.19.12

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: Fri, 15 Aug 2025 08:39:32 GMT
11
+ * Last updated: Wed, 03 Sep 2025 10:02:19 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
@@ -68,7 +68,7 @@ declare module "fs/promises" {
68
68
  length?: number | null;
69
69
  position?: number | null;
70
70
  }
71
- interface CreateReadStreamOptions {
71
+ interface CreateReadStreamOptions extends Abortable {
72
72
  encoding?: BufferEncoding | null | undefined;
73
73
  autoClose?: boolean | undefined;
74
74
  emitClose?: boolean | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.19.11",
3
+ "version": "20.19.12",
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": "d9417d14fd1bdb3eca9a2b40a6b355fade6f1c645286da30bca0f4a0f8ddcab1",
138
+ "typesPublisherContentHash": "e97f4a4682123be9b4e445d0f7e8e1b48f871de9adb220058f56a0cc3e2f8824",
139
139
  "typeScriptVersion": "5.2"
140
140
  }