@types/node 14.11.0 → 14.11.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: Thu, 17 Sep 2020 17:47:12 GMT
11
+ * Last updated: Thu, 17 Sep 2020 18:22: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
 
node/child_process.d.ts CHANGED
@@ -23,7 +23,7 @@ declare module "child_process" {
23
23
  readonly pid: number;
24
24
  readonly connected: boolean;
25
25
  readonly exitCode: number | null;
26
- readonly signalCode: number | null;
26
+ readonly signalCode: NodeJS.Signals | null;
27
27
  readonly spawnargs: string[];
28
28
  readonly spawnfile: string;
29
29
  kill(signal?: NodeJS.Signals | number): boolean;
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.11.0",
3
+ "version": "14.11.1",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -246,6 +246,6 @@
246
246
  },
247
247
  "scripts": {},
248
248
  "dependencies": {},
249
- "typesPublisherContentHash": "b37ea6b889dd70edccf362650d757ae58c3dc14e37fe259b61c09c76cee99007",
249
+ "typesPublisherContentHash": "9c70727f96ff4b42df35727bea7b55df2239ce097878ea3e75322ca3d8403616",
250
250
  "typeScriptVersion": "3.2"
251
251
  }