@types/node 8.10.51 → 8.10.52

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: Wed, 17 Jul 2019 18:37:31 GMT
11
+ * Last updated: Tue, 20 Aug 2019 18:16:33 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/base.d.ts CHANGED
@@ -492,7 +492,7 @@ declare namespace NodeJS {
492
492
  type ExitListener = (code: number) => void;
493
493
  type RejectionHandledListener = (promise: Promise<any>) => void;
494
494
  type UncaughtExceptionListener = (error: Error) => void;
495
- type UnhandledRejectionListener = (reason: any, promise: Promise<any>) => void;
495
+ type UnhandledRejectionListener = (reason: {} | null | undefined, promise: Promise<any>) => void;
496
496
  type WarningListener = (warning: Error) => void;
497
497
  type MessageListener = (message: any, sendHandle: any) => void;
498
498
  type SignalsListener = () => void;
node v8/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "8.10.51",
3
+ "version": "8.10.52",
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": "2c69be6fbc5383e574c2b05629b4f907eee8f6cf20341a1dac67aec22c023603",
144
+ "typesPublisherContentHash": "d2a82bcd0f2d148ed3936b04f3df3c4091f1eb53cd2805cb5b7f5c98c13d2504",
145
145
  "typeScriptVersion": "2.1"
146
146
  }