@types/node 12.6.1 → 12.6.2

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/globals.d.ts +1 -0
  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: Mon, 08 Jul 2019 20:34:37 GMT
11
+ * Last updated: Tue, 09 Jul 2019 23:33:23 GMT
12
12
  * Dependencies: none
13
13
  * Global values: Buffer, NodeJS, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, queueMicrotask, require, setImmediate, setInterval, setTimeout
14
14
 
node/globals.d.ts CHANGED
@@ -729,6 +729,7 @@ declare namespace NodeJS {
729
729
  }
730
730
 
731
731
  interface WriteStream extends Socket {
732
+ readonly writableFinished: boolean;
732
733
  readonly writableHighWaterMark: number;
733
734
  readonly writableLength: number;
734
735
  columns?: number;
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "12.6.1",
3
+ "version": "12.6.2",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -206,6 +206,6 @@
206
206
  },
207
207
  "scripts": {},
208
208
  "dependencies": {},
209
- "typesPublisherContentHash": "c0233a09a9724da616fe6632a64946c96866af925cfaeea51f3a6cf12b91d1d4",
209
+ "typesPublisherContentHash": "db2b2951207bd07a64002e38de2a4758f8c5ae94942fa69ceb9b327bdef8f8f9",
210
210
  "typeScriptVersion": "2.0"
211
211
  }