@analytics.bridged.xyz/google-analytics-component
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -10,3 +10,3 @@ "use strict"; | ||
var _a; | ||
if (!!!ev.api_secret || !!!ev.measurement_id) { | ||
if (!(ev.api_secret !== undefined && ev.measurement_id !== undefined)) { | ||
throw "both api_secret and measurement_id must be provided"; | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "@analytics.bridged.xyz/google-analytics-component", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Bridged internal analytics components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17622