@standardnotes/analytics
Advanced tools
Comparing version 1.21.0 to 1.21.1
@@ -22,3 +22,3 @@ "use strict"; | ||
for (const period of periods) { | ||
pipeline.incrby(`count:measure:${measure}:timespan:${this.periodKeyGenerator.getPeriodKey(period)}`, value); | ||
pipeline.incrbyfloat(`count:measure:${measure}:timespan:${this.periodKeyGenerator.getPeriodKey(period)}`, value); | ||
pipeline.incr(`count:increments:${measure}:timespan:${this.periodKeyGenerator.getPeriodKey(period)}`); | ||
@@ -25,0 +25,0 @@ } |
{ | ||
"name": "@standardnotes/analytics", | ||
"version": "1.21.0", | ||
"version": "1.21.1", | ||
"engines": { | ||
@@ -40,3 +40,3 @@ "node": ">=14.0.0 <17.0.0" | ||
}, | ||
"gitHead": "61c7040e4bb61ff97ee7c17a63ded0ef8bc7cf50" | ||
"gitHead": "fd65060a8e2bf6bef5ec0e036afc43c63ac4a4ad" | ||
} |
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
61411