@types/node 14.17.30 → 14.17.31

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 v14.17/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v14.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 25 Oct 2021 15:01:21 GMT
11
+ * Last updated: Mon, 25 Oct 2021 17:31:23 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
@@ -264,7 +264,6 @@ declare module 'child_process' {
264
264
 
265
265
  interface ExecOptions extends CommonOptions {
266
266
  shell?: string | undefined;
267
- signal?: AbortSignal | undefined;
268
267
  maxBuffer?: number | undefined;
269
268
  killSignal?: NodeJS.Signals | number | undefined;
270
269
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.17.30",
3
+ "version": "14.17.31",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -215,6 +215,6 @@
215
215
  },
216
216
  "scripts": {},
217
217
  "dependencies": {},
218
- "typesPublisherContentHash": "b6ded63089f40ac79d7e8ac79f2f32b442b8f2e7f0b1a92160231a145bf5a0e7",
218
+ "typesPublisherContentHash": "dddc9f6c42fee84d8e53cad15cecf4f69d3950e21220b6e1f6a4d361fffc97be",
219
219
  "typeScriptVersion": "3.7"
220
220
  }