@types/node 6.0.93 → 6.0.94

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 v6/LICENSE CHANGED
File without changes
node v6/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://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v6
9
9
 
10
10
  Additional Details
11
- * Last updated: Mon, 11 Dec 2017 19:14:19 GMT
11
+ * Last updated: Wed, 13 Dec 2017 23:39:04 GMT
12
12
  * Dependencies: none
13
13
  * Global values: Buffer, NodeJS, SlowBuffer, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, require, setImmediate, setInterval, setTimeout
14
14
 
node v6/index.d.ts CHANGED
@@ -966,7 +966,7 @@ declare module "cluster" {
966
966
  }
967
967
 
968
968
  export class Worker extends events.EventEmitter {
969
- id: string;
969
+ id: number;
970
970
  process: child.ChildProcess;
971
971
  suicide: boolean;
972
972
  send(message: any, sendHandle?: any, callback?: (error: Error) => void): boolean;
node v6/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "6.0.93",
3
+ "version": "6.0.94",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -35,6 +35,6 @@
35
35
  },
36
36
  "scripts": {},
37
37
  "dependencies": {},
38
- "typesPublisherContentHash": "f6e21fa164f1c0395fb842e09b1014b7f5b4b89d96d4c2cde5911d248cab72b3",
38
+ "typesPublisherContentHash": "c80387074e4989d88e9b04b94141e7abd8508b13d80c09e531e0cae616c93a90",
39
39
  "typeScriptVersion": "2.0"
40
40
  }