@blotoutio/providers-google-ads-clicks-sdk 1.2.1 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs.js CHANGED
@@ -575,7 +575,7 @@ const tag = ({ data, eventName, manifestVariables, eventId, destination, }) => {
575
575
  }
576
576
  return {
577
577
  loaded: isLoaded,
578
- sdkVersion: "1.2.1" ,
578
+ sdkVersion: "1.3.0" ,
579
579
  };
580
580
  };
581
581
 
package/index.js CHANGED
@@ -576,7 +576,7 @@ var ProvidersGoogleAdsClicksSdk = (function () {
576
576
  }
577
577
  return {
578
578
  loaded: isLoaded,
579
- sdkVersion: "1.2.1" ,
579
+ sdkVersion: "1.3.0" ,
580
580
  };
581
581
  };
582
582
 
package/index.mjs CHANGED
@@ -573,7 +573,7 @@ const tag = ({ data, eventName, manifestVariables, eventId, destination, }) => {
573
573
  }
574
574
  return {
575
575
  loaded: isLoaded,
576
- sdkVersion: "1.2.1" ,
576
+ sdkVersion: "1.3.0" ,
577
577
  };
578
578
  };
579
579
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-google-ads-clicks-sdk",
3
- "version": "1.2.1",
3
+ "version": "1.3.0",
4
4
  "description": "Google Ads Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",