@types/node 10.14.3 → 10.14.4

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 v10/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/v10
9
9
 
10
10
  Additional Details
11
- * Last updated: Fri, 22 Mar 2019 19:04:50 GMT
11
+ * Last updated: Mon, 25 Mar 2019 20:44:51 GMT
12
12
  * Dependencies: none
13
13
  * Global values: Buffer, NodeJS, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, require, setImmediate, setInterval, setTimeout
14
14
 
node v10/http2.d.ts CHANGED
@@ -415,7 +415,7 @@ declare module "http2" {
415
415
  peerMaxConcurrentStreams?: number;
416
416
  selectPadding?: (frameLen: number, maxFrameLen: number) => number;
417
417
  settings?: Settings;
418
- createConnection?: (option: SessionOptions) => stream.Duplex;
418
+ createConnection?: (authority: url.URL, option: SessionOptions) => stream.Duplex;
419
419
  }
420
420
 
421
421
  export type ClientSessionOptions = SessionOptions;
node v10/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "10.14.3",
3
+ "version": "10.14.4",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -196,6 +196,6 @@
196
196
  },
197
197
  "scripts": {},
198
198
  "dependencies": {},
199
- "typesPublisherContentHash": "9231104d3906ef64b05d31ef1da631828d13f79c4bbdb7ec3cc282f9c72e9b8d",
199
+ "typesPublisherContentHash": "c8fceade63ae6a80f82d8f55d0c8cd1fa69fb8725edc586c0c2de1bda3dada8d",
200
200
  "typeScriptVersion": "2.0"
201
201
  }