@types/node 8.10.48 → 8.10.49

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 v8/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/v8
9
9
 
10
10
  Additional Details
11
- * Last updated: Mon, 29 Apr 2019 23:49:20 GMT
11
+ * Last updated: Thu, 30 May 2019 18:05:38 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 v8/inspector.d.ts CHANGED
@@ -2506,7 +2506,7 @@ declare module "inspector" {
2506
2506
  export function close(): void;
2507
2507
 
2508
2508
  /**
2509
- * Return the URL of the active inspector, or undefined if there is none.
2509
+ * Return the URL of the active inspector, or `undefined` if there is none.
2510
2510
  */
2511
- export function url(): string;
2511
+ export function url(): string | undefined;
2512
2512
  }
node v8/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "8.10.48",
3
+ "version": "8.10.49",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -141,6 +141,6 @@
141
141
  },
142
142
  "scripts": {},
143
143
  "dependencies": {},
144
- "typesPublisherContentHash": "120c767774118adcd6e29927726c72513bd2bd719445fd6c7e1af9a55f7a7fd7",
144
+ "typesPublisherContentHash": "fc9e00a24af87d67b480380695032fd718d8739851c9557d4040bfeb7b7d32f4",
145
145
  "typeScriptVersion": "2.1"
146
146
  }