@types/node 12.20.5 → 12.20.6

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 v12.20/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/v12.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 09 Mar 2021 16:20:20 GMT
11
+ * Last updated: Mon, 15 Mar 2021 18:54:39 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `NodeJS`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
node v12.20/http2.d.ts CHANGED
@@ -646,7 +646,7 @@ declare module 'http2' {
646
646
  prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
647
647
  }
648
648
 
649
- export class Http2ServerResponse extends stream.Stream {
649
+ export class Http2ServerResponse extends stream.Writable {
650
650
  constructor(stream: ServerHttp2Stream);
651
651
 
652
652
  readonly connection: net.Socket | tls.TLSSocket;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "12.20.5",
3
+ "version": "12.20.6",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -211,6 +211,6 @@
211
211
  },
212
212
  "scripts": {},
213
213
  "dependencies": {},
214
- "typesPublisherContentHash": "b7df0621286c18115d703c0660be8e3e8802934f829eda792595924c5ead8382",
214
+ "typesPublisherContentHash": "b1dbda09ef94dd24360ab25f15692c9752b0c6a9dd733fa0eabd38bd9ddff78d",
215
215
  "typeScriptVersion": "3.5"
216
216
  }