@types/node 18.19.105 → 18.19.106

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: 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 v18.19/module.d.ts CHANGED
@@ -198,7 +198,7 @@ declare module "module" {
198
198
  importAttributes: ImportAttributes;
199
199
  }
200
200
  interface LoadFnOutput {
201
- format: ModuleFormat;
201
+ format: string | null | undefined;
202
202
  /**
203
203
  * A signal that this hook intends to terminate the chain of `resolve` hooks.
204
204
  * @default false
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "18.19.105",
3
+ "version": "18.19.106",
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": "~5.26.4"
221
221
  },
222
222
  "peerDependencies": {},
223
- "typesPublisherContentHash": "1a2b14ecb35dbc8050f834cdd21087a8b6740cf2f9d098a9fbd700611966d6de",
223
+ "typesPublisherContentHash": "9d6fd703c64b175102c15a5a5477338befad6ee1390af61a06c9de7eaa1e4434",
224
224
  "typeScriptVersion": "5.1"
225
225
  }