backtrace-service
Advanced tools
Comparing version 1.2.24 to 1.2.25
@@ -9,2 +9,6 @@ /** | ||
/** | ||
* Metrics | ||
*/ | ||
export { MetricsStorage } from './metrics/metricsStorage'; | ||
/** | ||
* Logging | ||
@@ -11,0 +15,0 @@ */ |
@@ -6,2 +6,7 @@ "use strict"; | ||
/** | ||
* Metrics | ||
*/ | ||
var metricsStorage_1 = require("./metrics/metricsStorage"); | ||
exports.MetricsStorage = metricsStorage_1.MetricsStorage; | ||
/** | ||
* Logging | ||
@@ -8,0 +13,0 @@ */ |
{ | ||
"name": "backtrace-service", | ||
"version": "1.2.24", | ||
"version": "1.2.25", | ||
"description": "Common tools for Backtrace Node services", | ||
@@ -5,0 +5,0 @@ "author": "Backtrace", |
@@ -10,2 +10,6 @@ /** | ||
/** | ||
* Metrics | ||
*/ | ||
export { MetricsStorage } from './metrics/metricsStorage'; | ||
/** | ||
* Logging | ||
@@ -12,0 +16,0 @@ */ |
Sorry, the diff of this file is not supported yet
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
113841
1991