@types/node 14.14.40 → 14.14.41

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.
Files changed (3) hide show
  1. node/README.md +1 -1
  2. node/http.d.ts +1 -0
  3. node/package.json +2 -2
node/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.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 15 Apr 2021 14:01:21 GMT
11
+ * Last updated: Thu, 15 Apr 2021 17:31:22 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/http.d.ts CHANGED
@@ -36,6 +36,7 @@ declare module 'http' {
36
36
  'content-type'?: string;
37
37
  'cookie'?: string;
38
38
  'date'?: string;
39
+ 'etag'?: string;
39
40
  'expect'?: string;
40
41
  'expires'?: string;
41
42
  'forwarded'?: string;
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.14.40",
3
+ "version": "14.14.41",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -231,6 +231,6 @@
231
231
  },
232
232
  "scripts": {},
233
233
  "dependencies": {},
234
- "typesPublisherContentHash": "821dd4f0f2c8e208803c501a018c6bd50b64d593c49fecd33fadde910f559d4a",
234
+ "typesPublisherContentHash": "1c2c72fafede518d2e474f285ec2091342f1c8aa4b3da3448931e76fbf219fe6",
235
235
  "typeScriptVersion": "3.5"
236
236
  }