@types/node 18.19.64 → 18.19.65

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: Sun, 03 Nov 2024 04:02:17 GMT
11
+ * Last updated: Sat, 23 Nov 2024 04:36:04 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node v18.19/module.d.ts CHANGED
@@ -46,7 +46,7 @@ declare module "module" {
46
46
  * should be fetched.
47
47
  * @since v13.7.0, v12.17.0
48
48
  */
49
- function findSourceMap(path: string, error?: Error): SourceMap;
49
+ function findSourceMap(path: string, error?: Error): SourceMap | undefined;
50
50
  interface SourceMapPayload {
51
51
  file: string;
52
52
  version: number;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "18.19.64",
3
+ "version": "18.19.65",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -225,6 +225,6 @@
225
225
  "undici-types": "~5.26.4"
226
226
  },
227
227
  "peerDependencies": {},
228
- "typesPublisherContentHash": "e4626f38becfd7c9a0f9c63e938e8deaa99fdb13bf62133a5138caf0e4730c8e",
229
- "typeScriptVersion": "4.8"
228
+ "typesPublisherContentHash": "4ebed7550a6d507f40de92927dc1c3ba42a47e375b5d7448a1f5f00f51b31bad",
229
+ "typeScriptVersion": "4.9"
230
230
  }