@types/node 12.20.19 → 12.20.20

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 v12.20/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/v12.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 04 Aug 2021 16:31:33 GMT
11
+ * Last updated: Sat, 21 Aug 2021 00:01:30 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `NodeJS`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
@@ -437,7 +437,7 @@ declare module 'child_process' {
437
437
  }
438
438
  interface SpawnSyncReturns<T> {
439
439
  pid: number;
440
- output: string[];
440
+ output: Array<T | null>;
441
441
  stdout: T;
442
442
  stderr: T;
443
443
  status: number | null;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "12.20.19",
3
+ "version": "12.20.20",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -207,6 +207,6 @@
207
207
  },
208
208
  "scripts": {},
209
209
  "dependencies": {},
210
- "typesPublisherContentHash": "e3c21f3ed34f7b622df8538ae2e2a3451ba3db2028be72ab072fe5627c48c0ac",
211
- "typeScriptVersion": "3.6"
210
+ "typesPublisherContentHash": "9f0f64c95dbbc0060a3b7d6fbe28a903357d62e31c0322f7d243385f58e6d039",
211
+ "typeScriptVersion": "3.7"
212
212
  }