@exodus/analytics-validation
Advanced tools
+4
-0
@@ -6,2 +6,6 @@ # Change Log | ||
| ## [2.74.0](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/analytics-validation@2.73.0...@exodus/analytics-validation@2.74.0) (2026-05-14) | ||
| **Note:** Version bump only for package @exodus/analytics-validation | ||
| ## [2.73.0](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/analytics-validation@2.72.0...@exodus/analytics-validation@2.73.0) (2026-05-12) | ||
@@ -8,0 +12,0 @@ |
+7
-3
@@ -1566,4 +1566,8 @@ // AUTOGENERATED by scripts/build-types.mjs — DO NOT EDIT. | ||
| export type AnalyticsEventPayload = | ||
| | { [E in AnalyticsEventName]: { event: E; properties: AnalyticsEventProperties<E> } }[AnalyticsEventName] | ||
| | { event: string; properties: AnalyticsCommonProperties } | ||
| type RequiredKeys<T> = { [K in keyof T]-?: ({} extends Pick<T, K> ? never : K) }[keyof T] | ||
| export type AnalyticsEventPayload<E extends string = string> = E extends AnalyticsEventName | ||
| ? RequiredKeys<AnalyticsEventProperties<E>> extends never | ||
| ? { event: E; properties?: AnalyticsEventProperties<E> } | ||
| : { event: E; properties: AnalyticsEventProperties<E> } | ||
| : { event: E; properties?: AnalyticsCommonProperties } |
+2
-2
| { | ||
| "name": "@exodus/analytics-validation", | ||
| "version": "2.73.0", | ||
| "version": "2.74.0", | ||
| "description": "JSON schemas for analytics events, to prevent sensitive data from being sent up to the infamous cloud", | ||
@@ -55,3 +55,3 @@ "author": "Exodus Movement, Inc.", | ||
| }, | ||
| "gitHead": "0c8281ab72b5973203c5ad8c3c64eca67d969171" | ||
| "gitHead": "086483fce1881db41436f43b59884735f45efd0b" | ||
| } |
396184
0.11%14500
0.02%