@standardnotes/analytics
Advanced tools
Comparing version 1.21.1 to 1.22.0
export declare enum StatisticsMeasure { | ||
PaymentSuccess = "payment-success", | ||
SubscriptionLength = "subscription-length" | ||
Income = "income", | ||
SubscriptionLength = "subscription-length", | ||
RegistrationLength = "registration-length", | ||
Refunds = "refunds" | ||
} |
@@ -6,4 +6,6 @@ "use strict"; | ||
(function (StatisticsMeasure) { | ||
StatisticsMeasure["PaymentSuccess"] = "payment-success"; | ||
StatisticsMeasure["Income"] = "income"; | ||
StatisticsMeasure["SubscriptionLength"] = "subscription-length"; | ||
StatisticsMeasure["RegistrationLength"] = "registration-length"; | ||
StatisticsMeasure["Refunds"] = "refunds"; | ||
})(StatisticsMeasure = exports.StatisticsMeasure || (exports.StatisticsMeasure = {})); |
{ | ||
"name": "@standardnotes/analytics", | ||
"version": "1.21.1", | ||
"version": "1.22.0", | ||
"engines": { | ||
@@ -40,3 +40,3 @@ "node": ">=14.0.0 <17.0.0" | ||
}, | ||
"gitHead": "fd65060a8e2bf6bef5ec0e036afc43c63ac4a4ad" | ||
"gitHead": "2883cac6d44a458f9a6b123b5ba6ddf390bc59ca" | ||
} |
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
61565
531