@types/node 10.17.57 → 10.17.58

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.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/v10.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 14 Apr 2021 20:31:29 GMT
11
+ * Last updated: Thu, 15 Apr 2021 17:31:28 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `NodeJS`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
node v10.17/http.d.ts CHANGED
@@ -32,6 +32,7 @@ declare module "http" {
32
32
  'content-type'?: string;
33
33
  'cookie'?: string;
34
34
  'date'?: string;
35
+ 'etag'?: string;
35
36
  'expect'?: string;
36
37
  'expires'?: string;
37
38
  'forwarded'?: string;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "10.17.57",
3
+ "version": "10.17.58",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -181,6 +181,6 @@
181
181
  },
182
182
  "scripts": {},
183
183
  "dependencies": {},
184
- "typesPublisherContentHash": "21ee547edeb934c544246f7992ac1d586dc35cb00655e944da076cdf56589314",
184
+ "typesPublisherContentHash": "fc8b202fb70125505792af7ce55808619dc40e9dd39e1a586623c58e5b1a4755",
185
185
  "typeScriptVersion": "3.5"
186
186
  }