@types/node 20.16.14 → 20.16.15
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.16/README.md +1 -1
- node v20.16/assert.d.ts +2 -2
- node v20.16/package.json +2 -2
node v20.16/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: Wed, 23 Oct 2024 03:36:41 GMT
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
13
13
|
|
14
14
|
# Credits
|
node v20.16/assert.d.ts
CHANGED
@@ -45,7 +45,7 @@ declare module "assert" {
|
|
45
45
|
/** The `operator` property on the error instance. */
|
46
46
|
operator?: string | undefined;
|
47
47
|
/** If provided, the generated stack trace omits frames before this function. */
|
48
|
-
// eslint-disable-next-line @typescript-eslint/
|
48
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
|
49
49
|
stackStartFn?: Function | undefined;
|
50
50
|
});
|
51
51
|
}
|
@@ -226,7 +226,7 @@ declare module "assert" {
|
|
226
226
|
expected: unknown,
|
227
227
|
message?: string | Error,
|
228
228
|
operator?: string,
|
229
|
-
// eslint-disable-next-line @typescript-eslint/
|
229
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
|
230
230
|
stackStartFn?: Function,
|
231
231
|
): never;
|
232
232
|
/**
|
node v20.16/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/node",
|
3
|
-
"version": "20.16.
|
3
|
+
"version": "20.16.15",
|
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": "
|
223
|
+
"typesPublisherContentHash": "b01087b7a9e6157f3b38ca3f6d2f5d701c119cafb5fe4e174826636e3982ca59",
|
224
224
|
"typeScriptVersion": "4.8"
|
225
225
|
}
|