@types/node 18.19.32 → 18.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 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: Mon, 06 May 2024 17:07:24 GMT
11
+ * Last updated: Wed, 08 May 2024 12:09:52 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node v18.19/fs.d.ts CHANGED
@@ -222,7 +222,13 @@ declare module "fs" {
222
222
  name: string;
223
223
  /**
224
224
  * The base path that this `fs.Dirent` object refers to.
225
+ * @since v18.20.0
226
+ */
227
+ parentPath: string;
228
+ /**
229
+ * Alias for `dirent.parentPath`.
225
230
  * @since v18.17.0
231
+ * @deprecated Since v18.20.0
226
232
  */
227
233
  path: string;
228
234
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "18.19.32",
3
+ "version": "18.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",
@@ -217,6 +217,6 @@
217
217
  "dependencies": {
218
218
  "undici-types": "~5.26.4"
219
219
  },
220
- "typesPublisherContentHash": "6b3b60fb25819c1961e2e97b7c4946c4b2a28fbf52d20fa92d1d08a73ab269bc",
220
+ "typesPublisherContentHash": "ad39795b5925fcdba52d8abf76cf871d27ae7244312da29dae5f8c753245252b",
221
221
  "typeScriptVersion": "4.7"
222
222
  }