@types/newrelic
Advanced tools
Comparing version 6.2.1 to 6.4.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for newrelic 6.2 | ||
// Type definitions for newrelic 6.4 | ||
// Project: http://github.com/newrelic/node-newrelic | ||
@@ -411,2 +411,9 @@ // Definitions by: Matt R. Wilson <https://github.com/mastermatt> | ||
acceptDistributedTracePayload(payload: DistributedTracePayload): void; | ||
/** | ||
* Inserts distributed trace headers into the provided headers map. | ||
*/ | ||
insertDistributedTraceHeaders(headers: { | ||
[header: string]: number | string | string[] | undefined; | ||
}): void; | ||
} | ||
@@ -413,0 +420,0 @@ |
{ | ||
"name": "@types/newrelic", | ||
"version": "6.2.1", | ||
"version": "6.4.0", | ||
"description": "TypeScript definitions for newrelic", | ||
@@ -52,4 +52,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e4c190df0455e9c8a1c5b927b52801045b05ff8b0bf8b79831f540f9f7f04ede", | ||
"typesPublisherContentHash": "5d49084ac483b7509c8a942c4e801945aeb38837793914104b10f2abd010e7f9", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 26 Feb 2020 19:53:33 GMT | ||
* Last updated: Mon, 02 Mar 2020 23:24:20 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
21501
420