@types/node 15.14.8 → 15.14.9

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 v15.14/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/v15.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 18 Aug 2021 21:31:24 GMT
11
+ * Last updated: Sat, 21 Aug 2021 00:01:25 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
@@ -473,7 +473,7 @@ declare module 'child_process' {
473
473
  }
474
474
  interface SpawnSyncReturns<T> {
475
475
  pid: number;
476
- output: string[];
476
+ output: Array<T | null>;
477
477
  stdout: T;
478
478
  stderr: T;
479
479
  status: number | null;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "15.14.8",
3
+ "version": "15.14.9",
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": "1d9968c9332e5034064ae557d3a3f2869fb1d5f948ab119f20e921373d35d24c",
231
- "typeScriptVersion": "3.6"
230
+ "typesPublisherContentHash": "395203e39dc7d83f0a81dd40160fbc2efe0245ca4727627b2b4d02eb9bd3dcff",
231
+ "typeScriptVersion": "3.7"
232
232
  }