@types/node 22.8.0 → 22.8.1
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/worker_threads.d.ts +1 -1
node/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.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated: Fri, 25 Oct 2024
|
11
|
+
* Last updated: Fri, 25 Oct 2024 22:02:20 GMT
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
13
13
|
|
14
14
|
# Credits
|
node/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/node",
|
3
|
-
"version": "22.8.
|
3
|
+
"version": "22.8.1",
|
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.8"
|
221
221
|
},
|
222
222
|
"peerDependencies": {},
|
223
|
-
"typesPublisherContentHash": "
|
223
|
+
"typesPublisherContentHash": "679317e7cae6b391e6bf63e356e0496420e31113098d850dbc95b3d22c17a6c6",
|
224
224
|
"typeScriptVersion": "4.8"
|
225
225
|
}
|
node/worker_threads.d.ts
CHANGED
@@ -267,7 +267,7 @@ declare module "worker_threads" {
|
|
267
267
|
trackUnmanagedFds?: boolean | undefined;
|
268
268
|
/**
|
269
269
|
* An optional `name` to be appended to the worker title
|
270
|
-
* for
|
270
|
+
* for debugging/identification purposes, making the final title as
|
271
271
|
* `[worker ${id}] ${name}`.
|
272
272
|
*/
|
273
273
|
name?: string | undefined;
|