@types/node 6.0.106 → 6.0.107

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/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: Fri, 13 Apr 2018 16:28:47 GMT
11
+ * Last updated: Mon, 30 Apr 2018 18:15:10 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
@@ -3710,8 +3710,8 @@ declare module "stream" {
3710
3710
  highWaterMark?: number;
3711
3711
  decodeStrings?: boolean;
3712
3712
  objectMode?: boolean;
3713
- write?: (chunk: string | Buffer, encoding: string, callback: Function) => any;
3714
- writev?: (chunks: { chunk: string | Buffer, encoding: string }[], callback: Function) => any;
3713
+ write?: (chunk: any, encoding: string, callback: Function) => any;
3714
+ writev?: (chunks: { chunk: any, encoding: string }[], callback: Function) => any;
3715
3715
  }
3716
3716
 
3717
3717
  export class Writable extends Stream implements NodeJS.WritableStream {
node v6/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "6.0.106",
3
+ "version": "6.0.107",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "050fc23cd09b9c0865d1e6a4cb35de14925b3fae1b3a5940632459a693451bfc",
48
+ "typesPublisherContentHash": "4076c910b95d4fb7706e1f84fb95b52e5e9a892a8c671e8f1304b1dee711f240",
49
49
  "typeScriptVersion": "2.0"
50
50
  }