@types/node 16.18.114 → 16.18.115
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 v16.18/README.md +1 -1
- node v16.18/assert.d.ts +2 -2
- node v16.18/package.json +3 -2
node v16.18/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/v16.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Wed,
|
|
11
|
+
* Last updated: Wed, 23 Oct 2024 03:36:41 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
node v16.18/assert.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ declare module "assert" {
|
|
|
31
31
|
/** The `operator` property on the error instance. */
|
|
32
32
|
operator?: string | undefined;
|
|
33
33
|
/** If provided, the generated stack trace omits frames before this function. */
|
|
34
|
-
// eslint-disable-next-line @typescript-eslint/
|
|
34
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
|
|
35
35
|
stackStartFn?: Function | undefined;
|
|
36
36
|
});
|
|
37
37
|
}
|
|
@@ -217,7 +217,7 @@ declare module "assert" {
|
|
|
217
217
|
expected: unknown,
|
|
218
218
|
message?: string | Error,
|
|
219
219
|
operator?: string,
|
|
220
|
-
// eslint-disable-next-line @typescript-eslint/
|
|
220
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
|
|
221
221
|
stackStartFn?: Function,
|
|
222
222
|
): never;
|
|
223
223
|
/**
|
node v16.18/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "16.18.
|
|
3
|
+
"version": "16.18.115",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -217,6 +217,7 @@
|
|
|
217
217
|
},
|
|
218
218
|
"scripts": {},
|
|
219
219
|
"dependencies": {},
|
|
220
|
-
"
|
|
220
|
+
"peerDependencies": {},
|
|
221
|
+
"typesPublisherContentHash": "68d7b887518bda67b2db4017b820dadd949d4f6527006aeb4fe65fa7feea0e1f",
|
|
221
222
|
"typeScriptVersion": "4.8"
|
|
222
223
|
}
|