@heap-dk/datadog-log-standard-attribute-types
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -51,2 +51,3 @@ export declare enum DD_STATUS { | ||
kind?: string; | ||
[k: string]: null | undefined | string | number | object; | ||
}; | ||
@@ -53,0 +54,0 @@ logger?: { |
{ | ||
"name": "@heap-dk/datadog-log-standard-attribute-types", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "Typescript types for datadog log context standard attributes", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -11,10 +11,6 @@ # datadog-log-standard-attribute-types | ||
This module is hosted on Github packages. In order to install it, set the following in your `.npmrc`: | ||
``` | ||
@heap-dk:registry=https://npm.pkg.github.com | ||
npm install --save-dev @heap-dk/datadog-log-standard-attribute-types | ||
``` | ||
Then install with `npm install --save-dev @heap-dk/datadog-log-standard-attribute-types` | ||
## Usage | ||
@@ -21,0 +17,0 @@ |
@@ -59,2 +59,4 @@ export enum DD_STATUS { | ||
kind?: string; | ||
[k: string]: null | undefined | string | number | object; | ||
}; | ||
@@ -61,0 +63,0 @@ |
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
26033
8
749
41