@types/node 20.17.6 → 20.17.7
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 +1 -1
- node v20.17/module.d.ts +1 -1
- node v20.17/package.json +3 -3
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:
|
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 v20.17/module.d.ts
CHANGED
@@ -48,7 +48,7 @@ declare module "module" {
|
|
48
48
|
* @since v13.7.0, v12.17.0
|
49
49
|
* @return Returns `module.SourceMap` if a source map is found, `undefined` otherwise.
|
50
50
|
*/
|
51
|
-
function findSourceMap(path: string, error?: Error): SourceMap;
|
51
|
+
function findSourceMap(path: string, error?: Error): SourceMap | undefined;
|
52
52
|
interface SourceMapPayload {
|
53
53
|
file: string;
|
54
54
|
version: number;
|
node v20.17/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/node",
|
3
|
-
"version": "20.17.
|
3
|
+
"version": "20.17.7",
|
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.19.2"
|
221
221
|
},
|
222
222
|
"peerDependencies": {},
|
223
|
-
"typesPublisherContentHash": "
|
224
|
-
"typeScriptVersion": "4.
|
223
|
+
"typesPublisherContentHash": "670bce0ad1c8e9b9c8b571d14b1f57148845474965bc3223dc2d7da273ce1855",
|
224
|
+
"typeScriptVersion": "4.9"
|
225
225
|
}
|