@types/node 6.0.47 → 6.0.48

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/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js v6.x (http://nodejs.org/).
8
8
  Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/node
9
9
 
10
10
  Additional Details
11
- * Last updated: Mon, 14 Nov 2016 19:34:57 GMT
11
+ * Last updated: Tue, 15 Nov 2016 15:12:38 GMT
12
12
  * File structure: ModuleAugmentation
13
13
  * Library Dependencies: none
14
14
  * Module Dependencies: child_process, crypto, events, http, net, readline, stream, tls
node/index.d.ts CHANGED
@@ -2167,6 +2167,8 @@ declare module "fs" {
2167
2167
  export interface ReadStream extends stream.Readable {
2168
2168
  close(): void;
2169
2169
  destroy(): void;
2170
+ bytesRead: number;
2171
+ path: string | Buffer;
2170
2172
 
2171
2173
  /**
2172
2174
  * events.EventEmitter
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "6.0.47",
3
+ "version": "6.0.48",
4
4
  "description": "TypeScript definitions for Node.js v6.x",
5
5
  "license": "MIT",
6
6
  "author": "Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>",
@@ -13,5 +13,5 @@
13
13
  "dependencies": {},
14
14
  "peerDependencies": {},
15
15
  "typings": "index.d.ts",
16
- "typesPublisherContentHash": "afdeb981f1b70c71e373bd719931086d3fead0ae7d43db89391941f89c56fa72"
16
+ "typesPublisherContentHash": "7868865e670348c18121748382d9e255c485aaf32d62f7c1269d4168170f365d"
17
17
  }
node/types-metadata.json CHANGED
@@ -77,5 +77,5 @@
77
77
  "index.d.ts"
78
78
  ],
79
79
  "hasPackageJson": false,
80
- "contentHash": "afdeb981f1b70c71e373bd719931086d3fead0ae7d43db89391941f89c56fa72"
80
+ "contentHash": "7868865e670348c18121748382d9e255c485aaf32d62f7c1269d4168170f365d"
81
81
  }