@blotoutio/providers-google-ads-clicks-sdk 1.1.0 → 1.2.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
@@ -564,7 +564,7 @@ const tag = ({ data, eventName, manifestVariables, eventId, destination, }) => {
564
564
  }
565
565
  return {
566
566
  loaded: isLoaded,
567
- sdkVersion: "1.1.0" ,
567
+ sdkVersion: "1.2.0" ,
568
568
  };
569
569
  };
570
570
 
package/index.js CHANGED
@@ -565,7 +565,7 @@ var ProvidersGoogleAdsClicksSdk = (function () {
565
565
  }
566
566
  return {
567
567
  loaded: isLoaded,
568
- sdkVersion: "1.1.0" ,
568
+ sdkVersion: "1.2.0" ,
569
569
  };
570
570
  };
571
571
 
package/index.mjs CHANGED
@@ -562,7 +562,7 @@ const tag = ({ data, eventName, manifestVariables, eventId, destination, }) => {
562
562
  }
563
563
  return {
564
564
  loaded: isLoaded,
565
- sdkVersion: "1.1.0" ,
565
+ sdkVersion: "1.2.0" ,
566
566
  };
567
567
  };
568
568
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-google-ads-clicks-sdk",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Google Ads Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",