@types/node 14.17.5 → 14.17.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 v14.17/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/v14.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 07 Jul 2021 16:31:30 GMT
11
+ * Last updated: Sat, 24 Jul 2021 17:31:17 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 v14.17/http.d.ts CHANGED
@@ -196,7 +196,7 @@ declare module 'http' {
196
196
  // https://github.com/nodejs/node/blob/master/test/parallel/test-http-write-callbacks.js#L53
197
197
  // no args in writeContinue callback
198
198
  writeContinue(callback?: () => void): void;
199
- writeHead(statusCode: number, reasonPhrase?: string, headers?: OutgoingHttpHeaders | OutgoingHttpHeader[]): this;
199
+ writeHead(statusCode: number, statusMessage?: string, headers?: OutgoingHttpHeaders | OutgoingHttpHeader[]): this;
200
200
  writeHead(statusCode: number, headers?: OutgoingHttpHeaders | OutgoingHttpHeader[]): this;
201
201
  writeProcessing(): void;
202
202
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.17.5",
3
+ "version": "14.17.6",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -232,6 +232,6 @@
232
232
  },
233
233
  "scripts": {},
234
234
  "dependencies": {},
235
- "typesPublisherContentHash": "04de04a76a30bbc24c69f408240104930a488859acd22894ff1a96513840bde0",
235
+ "typesPublisherContentHash": "b15faea838f36d71d94beffebbfdb5e348698036a62d69d39fbbd53a822be6c9",
236
236
  "typeScriptVersion": "3.6"
237
237
  }