@types/node 20.6.4 → 20.6.5
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/README.md +1 -1
- node/package.json +2 -2
- node/test.d.ts +1 -1
- node/ts4.8/test.d.ts +1 -1
node/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Sun, 24 Sep 2023 17:34:55 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
|
|
14
14
|
|
node/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "20.6.
|
|
3
|
+
"version": "20.6.5",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -227,6 +227,6 @@
|
|
|
227
227
|
},
|
|
228
228
|
"scripts": {},
|
|
229
229
|
"dependencies": {},
|
|
230
|
-
"typesPublisherContentHash": "
|
|
230
|
+
"typesPublisherContentHash": "072be5b926605aae9ef150e9c21bebd1e3f73cbda81a3a7b3ca17545c191ac85",
|
|
231
231
|
"typeScriptVersion": "4.5"
|
|
232
232
|
}
|
node/test.d.ts
CHANGED
|
@@ -1215,7 +1215,7 @@ declare module "node:test" {
|
|
|
1215
1215
|
*/
|
|
1216
1216
|
[Symbol.dispose](): void;
|
|
1217
1217
|
}
|
|
1218
|
-
export { after, afterEach, before, beforeEach, describe, it, mock, only, run, skip, test, test as default, todo };
|
|
1218
|
+
export { after, afterEach, before, beforeEach, describe, it, mock, only, run, skip, test, test as default, todo, Mock };
|
|
1219
1219
|
}
|
|
1220
1220
|
|
|
1221
1221
|
interface DiagnosticData {
|
node/ts4.8/test.d.ts
CHANGED
|
@@ -1215,7 +1215,7 @@ declare module "node:test" {
|
|
|
1215
1215
|
*/
|
|
1216
1216
|
[Symbol.dispose](): void;
|
|
1217
1217
|
}
|
|
1218
|
-
export { after, afterEach, before, beforeEach, describe, it, mock, only, run, skip, test, test as default, todo };
|
|
1218
|
+
export { after, afterEach, before, beforeEach, describe, it, mock, only, run, skip, test, test as default, todo, Mock };
|
|
1219
1219
|
}
|
|
1220
1220
|
|
|
1221
1221
|
interface DiagnosticData {
|