@formsort/constants
Advanced tools
Comparing version 1.8.0 to 1.9.0
# CHANGELOG | ||
## 1.9.0 | ||
- No documented changes. | ||
## 0.3.0 | ||
### Various fixes & improvements | ||
- Add a ResponderStateUpdated analytics event type (#104) by @fzembow | ||
## 0.2.3 | ||
- No documented changes. | ||
## 1.8.0 | ||
@@ -3,0 +17,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": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "Constants used across Formsort projects. Not intended to be used directly", | ||
@@ -33,4 +33,4 @@ "publishConfig": { | ||
"eslint": "^8.12.0", | ||
"jest": "^26.6.3", | ||
"ts-jest": "^26.4.4", | ||
"jest": "^29.5.0", | ||
"ts-jest": "^29.1.0", | ||
"typescript": "^4.6.3" | ||
@@ -37,0 +37,0 @@ }, |
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
11396
180