@blotoutio/providers-google-ads-clicks-sdk 1.54.0 → 1.55.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 +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -915,7 +915,7 @@ const tag = ({ data, eventName, manifestVariables, destination, pageUrl, }) => {
|
|
|
915
915
|
var _a;
|
|
916
916
|
const result = {
|
|
917
917
|
isFired: false,
|
|
918
|
-
sdkVersion: "1.
|
|
918
|
+
sdkVersion: "1.55.0" ,
|
|
919
919
|
};
|
|
920
920
|
if (!eventName || !window.gtag || !(manifestVariables === null || manifestVariables === void 0 ? void 0 : manifestVariables['tagId'])) {
|
|
921
921
|
return result;
|
package/index.js
CHANGED
|
@@ -916,7 +916,7 @@ var ProvidersGoogleAdsClicksSdk = (function () {
|
|
|
916
916
|
var _a;
|
|
917
917
|
const result = {
|
|
918
918
|
isFired: false,
|
|
919
|
-
sdkVersion: "1.
|
|
919
|
+
sdkVersion: "1.55.0" ,
|
|
920
920
|
};
|
|
921
921
|
if (!eventName || !window.gtag || !(manifestVariables === null || manifestVariables === void 0 ? void 0 : manifestVariables['tagId'])) {
|
|
922
922
|
return result;
|
package/index.mjs
CHANGED
|
@@ -913,7 +913,7 @@ const tag = ({ data, eventName, manifestVariables, destination, pageUrl, }) => {
|
|
|
913
913
|
var _a;
|
|
914
914
|
const result = {
|
|
915
915
|
isFired: false,
|
|
916
|
-
sdkVersion: "1.
|
|
916
|
+
sdkVersion: "1.55.0" ,
|
|
917
917
|
};
|
|
918
918
|
if (!eventName || !window.gtag || !(manifestVariables === null || manifestVariables === void 0 ? void 0 : manifestVariables['tagId'])) {
|
|
919
919
|
return result;
|