@blotoutio/providers-google-ads-clicks-sdk 1.56.0 → 1.56.1
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 +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -923,7 +923,7 @@ const tag = ({ data, eventName, manifestVariables, destination, pageUrl, getEdge
|
|
|
923
923
|
var _a;
|
|
924
924
|
const result = {
|
|
925
925
|
isFired: false,
|
|
926
|
-
sdkVersion: "1.56.
|
|
926
|
+
sdkVersion: "1.56.1" ,
|
|
927
927
|
};
|
|
928
928
|
if (!eventName || !window.gtag || !(manifestVariables === null || manifestVariables === void 0 ? void 0 : manifestVariables['tagId'])) {
|
|
929
929
|
return result;
|
package/index.js
CHANGED
|
@@ -924,7 +924,7 @@ var ProvidersGoogleAdsClicksSdk = (function () {
|
|
|
924
924
|
var _a;
|
|
925
925
|
const result = {
|
|
926
926
|
isFired: false,
|
|
927
|
-
sdkVersion: "1.56.
|
|
927
|
+
sdkVersion: "1.56.1" ,
|
|
928
928
|
};
|
|
929
929
|
if (!eventName || !window.gtag || !(manifestVariables === null || manifestVariables === void 0 ? void 0 : manifestVariables['tagId'])) {
|
|
930
930
|
return result;
|
package/index.mjs
CHANGED
|
@@ -921,7 +921,7 @@ const tag = ({ data, eventName, manifestVariables, destination, pageUrl, getEdge
|
|
|
921
921
|
var _a;
|
|
922
922
|
const result = {
|
|
923
923
|
isFired: false,
|
|
924
|
-
sdkVersion: "1.56.
|
|
924
|
+
sdkVersion: "1.56.1" ,
|
|
925
925
|
};
|
|
926
926
|
if (!eventName || !window.gtag || !(manifestVariables === null || manifestVariables === void 0 ? void 0 : manifestVariables['tagId'])) {
|
|
927
927
|
return result;
|