@types/node 20.17.52 → 20.17.53

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.17/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: Wed, 28 May 2025 17:35:19 GMT
11
+ * Last updated: Thu, 29 May 2025 22:36:39 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node v20.17/module.d.ts CHANGED
@@ -200,7 +200,7 @@ declare module "module" {
200
200
  importAttributes: ImportAttributes;
201
201
  }
202
202
  interface LoadFnOutput {
203
- format: ModuleFormat;
203
+ format: string | null | undefined;
204
204
  /**
205
205
  * A signal that this hook intends to terminate the chain of `resolve` hooks.
206
206
  * @default false
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.17.52",
3
+ "version": "20.17.53",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -215,6 +215,6 @@
215
215
  "undici-types": "~6.19.2"
216
216
  },
217
217
  "peerDependencies": {},
218
- "typesPublisherContentHash": "c2b09b4f2dc590a2a4330f1b75b6a4c2718e0683b50c11f2503f518f0723a9ee",
218
+ "typesPublisherContentHash": "63cc46deb34f8a32b0b077f42fb1acb221f2116034a84242961091c72307fc42",
219
219
  "typeScriptVersion": "5.1"
220
220
  }