@types/node 12.0.3 → 12.0.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/inspector.d.ts +2 -2
  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 May 2019 19:24:35 GMT
11
+ * Last updated: Thu, 30 May 2019 18:05:34 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/inspector.d.ts CHANGED
@@ -3251,7 +3251,7 @@ declare module "inspector" {
3251
3251
  function close(): void;
3252
3252
 
3253
3253
  /**
3254
- * Return the URL of the active inspector, or undefined if there is none.
3254
+ * Return the URL of the active inspector, or `undefined` if there is none.
3255
3255
  */
3256
- function url(): string;
3256
+ function url(): string | undefined;
3257
3257
  }
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "12.0.3",
3
+ "version": "12.0.4",
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": "d708f60a2c54c84e2360f26a4a57253ab14f0ec0cd3390d5b0eeb2c4b6e4d5b0",
209
+ "typesPublisherContentHash": "a5b0261b09bc5167427b0bbb22cadf4a36404979b19ea1b42f1480b1f54d0bc4",
210
210
  "typeScriptVersion": "2.0"
211
211
  }