@honeypot-run/core
Advanced tools
Comparing version 0.2.53 to 0.2.54
@@ -6,5 +6,5 @@ import { EnrichmentPlugin } from '@amplitude/analytics-types'; | ||
enableEvents?: string[]; | ||
dropAnonymousGeofenceEvents: boolean; | ||
dropGeofenceEvents: boolean; | ||
enrichEvents: boolean; | ||
dropAnonymousGeofenceEvents?: boolean; | ||
dropGeofenceEvents?: boolean; | ||
enrichEvents?: boolean; | ||
} | ||
@@ -11,0 +11,0 @@ export interface HoneypotConfig { |
@@ -6,5 +6,5 @@ import { EnrichmentPlugin } from '@amplitude/analytics-types'; | ||
enableEvents?: string[]; | ||
dropAnonymousGeofenceEvents: boolean; | ||
dropGeofenceEvents: boolean; | ||
enrichEvents: boolean; | ||
dropAnonymousGeofenceEvents?: boolean; | ||
dropGeofenceEvents?: boolean; | ||
enrichEvents?: boolean; | ||
} | ||
@@ -11,0 +11,0 @@ export interface HoneypotConfig { |
@@ -5,3 +5,3 @@ { | ||
"author": "https://honeypot.run", | ||
"version": "0.2.53", | ||
"version": "0.2.54", | ||
"license": "BUSL-1.1", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
48248