@nodeswork/utils
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -110,3 +110,3 @@ "use strict"; | ||
const func = (data) => { | ||
return (data.timerange.start / granularity).toString(); | ||
return Math.floor(data.timerange.start / granularity).toString(); | ||
}; | ||
@@ -113,0 +113,0 @@ const result = this.mergeMetricsDataBy(datas, func); |
{ | ||
"name": "@nodeswork/utils", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Utilities used across nodeswork repos.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.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
50977