@types/node 10.14.0 → 10.14.1

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/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: Tue, 12 Mar 2019 18:08:25 GMT
11
+ * Last updated: Tue, 12 Mar 2019 23:39:45 GMT
12
12
  * Dependencies: none
13
13
  * Global values: Buffer, NodeJS, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, require, setImmediate, setInterval, setTimeout
14
14
 
@@ -258,6 +258,7 @@ declare module "child_process" {
258
258
  execArgv?: string[];
259
259
  silent?: boolean;
260
260
  stdio?: StdioOptions;
261
+ detached?: boolean;
261
262
  windowsVerbatimArguments?: boolean;
262
263
  uid?: number;
263
264
  gid?: number;
node v10/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "10.14.0",
3
+ "version": "10.14.1",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -196,6 +196,6 @@
196
196
  },
197
197
  "scripts": {},
198
198
  "dependencies": {},
199
- "typesPublisherContentHash": "8e60e8bf9e07e4312fc6fe763a6d536f736429328cda633882235de2001cbf8e",
199
+ "typesPublisherContentHash": "d6ef695861167f3db619cfbc794b31326eb148a634ff4675e62ab922024f0d92",
200
200
  "typeScriptVersion": "2.0"
201
201
  }