@posthog/plugin-unduplicates
Advanced tools
+2
-3
| { | ||
| "name": "@posthog/plugin-unduplicates", | ||
| "version": "0.0.5", | ||
| "version": "0.0.6", | ||
| "description": "Prevent duplicates in your data by rejecting duplicate events at ingestion.", | ||
@@ -45,4 +45,3 @@ "main": "index.ts", | ||
| "*.{ts,tsx,js,jsx,json,yaml,toml,css,scss,html,xml}": "prettier --write" | ||
| }, | ||
| "icon": "https://raw.githubusercontent.com/PostHog/apps/main/packages/posthog-app-unduplicates/logo.png" | ||
| } | ||
| } |
+2
-1
@@ -15,3 +15,4 @@ { | ||
| } | ||
| ] | ||
| ], | ||
| "icon": "https://raw.githubusercontent.com/PostHog/apps/main/packages/posthog-app-unduplicates/logo.png" | ||
| } |
252
0.4%