@types/node 13.13.46 → 13.13.47

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 v13.13/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/v13.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 09 Mar 2021 16:20:16 GMT
11
+ * Last updated: Mon, 15 Mar 2021 18:54:36 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
node v13.13/http2.d.ts CHANGED
@@ -638,7 +638,7 @@ declare module "http2" {
638
638
  prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
639
639
  }
640
640
 
641
- export class Http2ServerResponse extends stream.Stream {
641
+ export class Http2ServerResponse extends stream.Writable {
642
642
  constructor(stream: ServerHttp2Stream);
643
643
 
644
644
  readonly connection: net.Socket | tls.TLSSocket;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "13.13.46",
3
+ "version": "13.13.47",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -221,6 +221,6 @@
221
221
  },
222
222
  "scripts": {},
223
223
  "dependencies": {},
224
- "typesPublisherContentHash": "05f3e0129e60950bf69c8ce2c4b009dce67284202c39cadadab30e5a69ff6d00",
224
+ "typesPublisherContentHash": "fd3c9994bf4716eeafdedea9a0ce6357d4ccfe3c9a6baf76c368923ac5ccafbc",
225
225
  "typeScriptVersion": "3.5"
226
226
  }