@analytics.bridged.xyz/google-analytics-component
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -14,9 +14,4 @@ "use strict"; | ||
body: JSON.stringify({ | ||
client_id: "XXXXXXXXXX.YYYYYYYYYY", | ||
events: [ | ||
{ | ||
name: "_badEventName", | ||
params: {}, | ||
}, | ||
], | ||
client_id: ev.client_id, | ||
events: ev.events, | ||
}), | ||
@@ -23,0 +18,0 @@ }); |
{ | ||
"name": "@analytics.bridged.xyz/google-analytics-component", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Bridged internal analytics components", | ||
@@ -21,2 +21,2 @@ "main": "dist/index.js", | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17050
98