@types/node 10.0.4 → 10.0.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/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.git/tree/master/types/node
9
9
 
10
10
  Additional Details
11
- * Last updated: Fri, 04 May 2018 23:55:55 GMT
11
+ * Last updated: Tue, 08 May 2018 16:46:27 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
@@ -621,6 +621,7 @@ declare namespace NodeJS {
621
621
  rss: number;
622
622
  heapTotal: number;
623
623
  heapUsed: number;
624
+ external: number;
624
625
  }
625
626
 
626
627
  export interface CpuUsage {
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "10.0.4",
3
+ "version": "10.0.5",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -130,6 +130,6 @@
130
130
  },
131
131
  "scripts": {},
132
132
  "dependencies": {},
133
- "typesPublisherContentHash": "d05faa7dd556030219952f65789c4366f89351d7bcc3b47e0e3149f23854c279",
133
+ "typesPublisherContentHash": "181141fac997891f726304cb0424359675ef9733b4a4aca89a5e804846d6090d",
134
134
  "typeScriptVersion": "2.0"
135
135
  }