@types/node 26.6.0 → 26.6.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/child_process.d.ts +1 -1
- node/package.json +2 -2
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: Tue, 15 Sep 2026
|
|
11
|
+
* Last updated: Tue, 15 Sep 2026 20:33:28 GMT
|
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
|
13
13
|
|
|
14
14
|
# Credits
|
node/child_process.d.ts
CHANGED
|
@@ -1136,7 +1136,7 @@ declare module "node:child_process" {
|
|
|
1136
1136
|
stderr: string | NonSharedBuffer;
|
|
1137
1137
|
}>;
|
|
1138
1138
|
}
|
|
1139
|
-
interface ForkOptions extends
|
|
1139
|
+
interface ForkOptions extends CommonOptions, MessagingOptions, Abortable {
|
|
1140
1140
|
execPath?: string | undefined;
|
|
1141
1141
|
execArgv?: string[] | undefined;
|
|
1142
1142
|
silent?: boolean | undefined;
|
node/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "26.6.
|
|
3
|
+
"version": "26.6.1",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -150,6 +150,6 @@
|
|
|
150
150
|
"undici-types": "~8.9.0"
|
|
151
151
|
},
|
|
152
152
|
"peerDependencies": {},
|
|
153
|
-
"typesPublisherContentHash": "
|
|
153
|
+
"typesPublisherContentHash": "1e408625d85b96f18c0a395aedf69ae790959325edaa8e30a262777918c6c127",
|
|
154
154
|
"typeScriptVersion": "5.6"
|
|
155
155
|
}
|