@types/node 11.13.4 → 11.13.5

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: Wed, 10 Apr 2019 17:39:58 GMT
11
+ * Last updated: Wed, 17 Apr 2019 21:48:02 GMT
12
12
  * Dependencies: none
13
13
  * Global values: Buffer, NodeJS, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, queueMicrotask, require, setImmediate, setInterval, setTimeout
14
14
 
node/http.d.ts CHANGED
@@ -7,6 +7,7 @@ declare module "http" {
7
7
  // incoming headers will never contain number
8
8
  interface IncomingHttpHeaders {
9
9
  'accept'?: string;
10
+ 'accept-language'?: string;
10
11
  'accept-patch'?: string;
11
12
  'accept-ranges'?: string;
12
13
  'access-control-allow-credentials'?: string;
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "11.13.4",
3
+ "version": "11.13.5",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -206,6 +206,6 @@
206
206
  },
207
207
  "scripts": {},
208
208
  "dependencies": {},
209
- "typesPublisherContentHash": "65764fe7ac3d472c68db335bc5a4ededefe76e9f1c2d7176dca805fba7084a52",
209
+ "typesPublisherContentHash": "1ff91d8b282531f8bee3c810a6214172c8ff8e71a89fd9d6d027c9d9465f6422",
210
210
  "typeScriptVersion": "2.0"
211
211
  }