@types/newrelic
Advanced tools
Comparing version 6.2.0 to 6.2.1
@@ -9,2 +9,3 @@ // Type definitions for newrelic 6.2 | ||
// Jon Flaishans <https://github.com/funkswing> | ||
// Dylan Smith <https://github.com/dylansmith> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -341,3 +342,3 @@ | ||
export function shutdown( | ||
options?: { collectPendingData?: boolean; timeout?: number }, | ||
options?: { collectPendingData?: boolean; timeout?: number; waitForIdle?: boolean }, | ||
cb?: (error?: Error) => void, | ||
@@ -344,0 +345,0 @@ ): void; |
{ | ||
"name": "@types/newrelic", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "TypeScript definitions for newrelic", | ||
@@ -36,2 +36,7 @@ "license": "MIT", | ||
"githubUsername": "funkswing" | ||
}, | ||
{ | ||
"name": "Dylan Smith", | ||
"url": "https://github.com/dylansmith", | ||
"githubUsername": "dylansmith" | ||
} | ||
@@ -48,4 +53,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "430c4e76c6ef998371e49a9d069cb600b523d901e391677cf709a1ccfde39a71", | ||
"typesPublisherContentHash": "e4c190df0455e9c8a1c5b927b52801045b05ff8b0bf8b79831f540f9f7f04ede", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 03 Feb 2020 17:24:23 GMT | ||
* Last updated: Wed, 26 Feb 2020 19:53:33 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Matt R. Wilson (https://github.com/mastermatt), Brooks Patton (https://github.com/brookspatton), Michael Bond (https://github.com/MichaelRBond), Kyle Scully (https://github.com/zieka), Kenneth Aasan (https://github.com/kennethaasan), and Jon Flaishans (https://github.com/funkswing). | ||
These definitions were written by [Matt R. Wilson](https://github.com/mastermatt), [Brooks Patton](https://github.com/brookspatton), [Michael Bond](https://github.com/MichaelRBond), [Kyle Scully](https://github.com/zieka), [Kenneth Aasan](https://github.com/kennethaasan), [Jon Flaishans](https://github.com/funkswing), and [Dylan Smith](https://github.com/dylansmith). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21287
414