@types/node 18.17.5 → 18.17.6

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.17/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (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: Fri, 11 Aug 2023 19:32:49 GMT
11
+ * Last updated: Fri, 18 Aug 2023 17:32:49 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
14
14
 
node v18.17/fs.d.ts CHANGED
@@ -220,6 +220,11 @@ declare module 'fs' {
220
220
  * @since v10.10.0
221
221
  */
222
222
  name: string;
223
+ /**
224
+ * The base path that this `fs.Dirent` object refers to.
225
+ * @since v18.17.0
226
+ */
227
+ path: string;
223
228
  }
224
229
  /**
225
230
  * A class representing a directory stream.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "18.17.5",
3
+ "version": "18.17.6",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -232,6 +232,6 @@
232
232
  },
233
233
  "scripts": {},
234
234
  "dependencies": {},
235
- "typesPublisherContentHash": "134b61f8d9c523fe410807fef906f553b8dce3dcc27e06d9f30d16b2d15f0872",
235
+ "typesPublisherContentHash": "d631a2035bb957494c14d83f4dfc0da849198d1e6e20cd692977842ca7e4796b",
236
236
  "typeScriptVersion": "4.3"
237
237
  }
@@ -220,6 +220,11 @@ declare module 'fs' {
220
220
  * @since v10.10.0
221
221
  */
222
222
  name: string;
223
+ /**
224
+ * The base path that this `fs.Dirent` object refers to.
225
+ * @since v18.17.0
226
+ */
227
+ path: string;
223
228
  }
224
229
  /**
225
230
  * A class representing a directory stream.