@types/node 16.7.0 → 16.7.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.
Files changed (3) hide show
  1. node/README.md +1 -1
  2. node/child_process.d.ts +1 -1
  3. node/package.json +2 -2
node/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (http://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, 20 Aug 2021 20:01:22 GMT
11
+ * Last updated: Sat, 21 Aug 2021 00:01:22 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`
14
14
 
node/child_process.d.ts CHANGED
@@ -1248,7 +1248,7 @@ declare module 'child_process' {
1248
1248
  }
1249
1249
  interface SpawnSyncReturns<T> {
1250
1250
  pid: number;
1251
- output: string[];
1251
+ output: Array<T | null>;
1252
1252
  stdout: T;
1253
1253
  stderr: T;
1254
1254
  status: number | null;
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "16.7.0",
3
+ "version": "16.7.1",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -237,6 +237,6 @@
237
237
  },
238
238
  "scripts": {},
239
239
  "dependencies": {},
240
- "typesPublisherContentHash": "7cd86199c47cc6326c3466fa04e6a7ddc2670bd283713c0c6ef81cfe9e715118",
240
+ "typesPublisherContentHash": "33364ea3144c06da92635e9024a11d2b058f726647b722cf1c2a2fb985ce2a1e",
241
241
  "typeScriptVersion": "3.7"
242
242
  }