@types/node 11.11.2 → 11.11.3

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/child_process.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, 12 Mar 2019 17:54:34 GMT
11
+ * Last updated: Tue, 12 Mar 2019 23:39:43 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/child_process.d.ts CHANGED
@@ -264,6 +264,7 @@ declare module "child_process" {
264
264
  execArgv?: string[];
265
265
  silent?: boolean;
266
266
  stdio?: StdioOptions;
267
+ detached?: boolean;
267
268
  windowsVerbatimArguments?: boolean;
268
269
  }
269
270
  function fork(modulePath: string, args?: ReadonlyArray<string>, options?: ForkOptions): ChildProcess;
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "11.11.2",
3
+ "version": "11.11.3",
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": "ae8e8d224f881b7f611b458bdb5360a6ba77adf9474db99f23439a8aa1e8516c",
209
+ "typesPublisherContentHash": "fe634731186673eb47bb5241e8aa1bb927577525c2e697fad1e2ec5c73517e25",
210
210
  "typeScriptVersion": "2.0"
211
211
  }