@standardnotes/analytics
Advanced tools
Comparing version 1.16.0 to 1.17.0
@@ -21,3 +21,3 @@ "use strict"; | ||
async calculateActivityChangesTotalCount(activity, period) { | ||
if (period !== Period_1.Period.Last30Days) { | ||
if (![Period_1.Period.Last30Days, Period_1.Period.Q1ThisYear, Period_1.Period.Q2ThisYear, Period_1.Period.Q3ThisYear, Period_1.Period.Q4ThisYear].includes(period)) { | ||
throw new Error(`Unsuporrted period: ${period}`); | ||
@@ -24,0 +24,0 @@ } |
{ | ||
"name": "@standardnotes/analytics", | ||
"version": "1.16.0", | ||
"version": "1.17.0", | ||
"engines": { | ||
@@ -40,3 +40,3 @@ "node": ">=14.0.0 <17.0.0" | ||
}, | ||
"gitHead": "dad9033482d3813f41cc387e3462dd438d1b8b97" | ||
"gitHead": "b811f4527b8277c1eb58bc5eb4b7e0f3d593d747" | ||
} |
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
58626