@types/node 10.9.3 → 10.9.4

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/index.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: Tue, 28 Aug 2018 20:19:10 GMT
11
+ * Last updated: Thu, 30 Aug 2018 16:35:52 GMT
12
12
  * Dependencies: none
13
13
  * Global values: Buffer, NodeJS, SlowBuffer, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, require, setImmediate, setInterval, setTimeout
14
14
 
node/index.d.ts CHANGED
@@ -1095,6 +1095,7 @@ declare module "http" {
1095
1095
  'transfer-encoding'?: string;
1096
1096
  'tk'?: string;
1097
1097
  'upgrade'?: string;
1098
+ 'user-agent'?: string;
1098
1099
  'vary'?: string;
1099
1100
  'via'?: string;
1100
1101
  'warning'?: string;
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "10.9.3",
3
+ "version": "10.9.4",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -155,6 +155,6 @@
155
155
  },
156
156
  "scripts": {},
157
157
  "dependencies": {},
158
- "typesPublisherContentHash": "f1610dec589cdcf65a1fdbb5a2c8bb79b25dbbdbb1f0e08027a40239807457cd",
158
+ "typesPublisherContentHash": "0c97937b1b2c198ad78e27fad66983f09d51b22126395ce3afeddca89fb4b1a0",
159
159
  "typeScriptVersion": "2.0"
160
160
  }