@blotoutio/providers-google-ads-clicks-sdk 0.68.2 → 0.69.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
@@ -275,7 +275,7 @@ const tag = ({ data, eventName, manifestVariables, eventId, destination, }) => {
275
275
  }
276
276
  return {
277
277
  loaded: isLoaded,
278
- sdkVersion: "0.68.2" ,
278
+ sdkVersion: "0.69.0" ,
279
279
  };
280
280
  };
281
281
 
package/index.js CHANGED
@@ -276,7 +276,7 @@ var ProvidersGoogleAdsClicksSdk = (function () {
276
276
  }
277
277
  return {
278
278
  loaded: isLoaded,
279
- sdkVersion: "0.68.2" ,
279
+ sdkVersion: "0.69.0" ,
280
280
  };
281
281
  };
282
282
 
package/index.mjs CHANGED
@@ -273,7 +273,7 @@ const tag = ({ data, eventName, manifestVariables, eventId, destination, }) => {
273
273
  }
274
274
  return {
275
275
  loaded: isLoaded,
276
- sdkVersion: "0.68.2" ,
276
+ sdkVersion: "0.69.0" ,
277
277
  };
278
278
  };
279
279
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-google-ads-clicks-sdk",
3
- "version": "0.68.2",
3
+ "version": "0.69.0",
4
4
  "description": "Google Ads Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",