@formsort/constants
Advanced tools
Comparing version 0.2.3 to 0.3.0
# CHANGELOG | ||
## 0.3.0 | ||
### Various fixes & improvements | ||
- Add a ResponderStateUpdated analytics event type (#104) by @fzembow | ||
## 0.2.3 | ||
@@ -3,0 +9,0 @@ |
@@ -9,4 +9,5 @@ declare enum AnalyticsEventType { | ||
FlowFinalized = "FlowFinalized", | ||
PhoneCollected = "PhoneCollected" | ||
PhoneCollected = "PhoneCollected", | ||
ResponderStateUpdated = "ResponderStateUpdated" | ||
} | ||
export default AnalyticsEventType; |
@@ -13,3 +13,4 @@ "use strict"; | ||
AnalyticsEventType["PhoneCollected"] = "PhoneCollected"; | ||
AnalyticsEventType["ResponderStateUpdated"] = "ResponderStateUpdated"; | ||
})(AnalyticsEventType || (AnalyticsEventType = {})); | ||
exports.default = AnalyticsEventType; |
{ | ||
"name": "@formsort/constants", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"description": "Constants used across Formsort projects. Not intended to be used directly", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
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
11360
180