@types/node 22.15.24 → 22.15.25

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.
Files changed (3) hide show
  1. node/README.md +1 -1
  2. node/module.d.ts +1 -1
  3. node/package.json +2 -2
node/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.
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/module.d.ts CHANGED
@@ -452,7 +452,7 @@ declare module "module" {
452
452
  importAttributes: ImportAttributes;
453
453
  }
454
454
  interface LoadFnOutput {
455
- format: ModuleFormat;
455
+ format: string | null | undefined;
456
456
  /**
457
457
  * A signal that this hook intends to terminate the chain of `resolve` hooks.
458
458
  * @default false
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "22.15.24",
3
+ "version": "22.15.25",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -220,6 +220,6 @@
220
220
  "undici-types": "~6.21.0"
221
221
  },
222
222
  "peerDependencies": {},
223
- "typesPublisherContentHash": "6f7f89960f322a2c8f03b6e218fbe161037b484003d22ccf2cec6c358735b527",
223
+ "typesPublisherContentHash": "8b19db6d49dabe49bfd2ef4d9f9b77671032ec641027d29c04fe89eca592159a",
224
224
  "typeScriptVersion": "5.1"
225
225
  }