metrics-sender
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -8,3 +8,3 @@ export interface IMetrics { | ||
[key: string]: any; | ||
}): Promise<string>; | ||
}, includeTime: boolean): Promise<string>; | ||
/** | ||
@@ -11,0 +11,0 @@ * Add new tag to list of tags |
{ | ||
"name": "metrics-sender", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Library for sending application metrics", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/Metrics.js", |
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
57899