@types/node 13.13.49 → 13.13.50

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: Wed, 14 Apr 2021 20:31:24 GMT
11
+ * Last updated: Thu, 15 Apr 2021 17:31:23 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/http.d.ts CHANGED
@@ -33,6 +33,7 @@ declare module "http" {
33
33
  'content-type'?: string;
34
34
  'cookie'?: string;
35
35
  'date'?: string;
36
+ 'etag'?: string;
36
37
  'expect'?: string;
37
38
  'expires'?: string;
38
39
  'forwarded'?: string;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "13.13.49",
3
+ "version": "13.13.50",
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": "5921cabce06e12c87c087dc5b59209d243f89f6c09b00ade39bf68abf6d22ebb",
224
+ "typesPublisherContentHash": "1bfd8b60ca54a042077f6721f60bd6a07c653fce3be37184d14cca2ec92a1f63",
225
225
  "typeScriptVersion": "3.5"
226
226
  }