@blotoutio/providers-facebook-sdk 1.24.2 → 1.25.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
|
@@ -404,7 +404,7 @@ const prepareData = (data, productIdMapping) => {
|
|
|
404
404
|
};
|
|
405
405
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
406
406
|
const payload = {
|
|
407
|
-
sdkVersion: "1.
|
|
407
|
+
sdkVersion: "1.25.0" ,
|
|
408
408
|
};
|
|
409
409
|
if (window.fbq &&
|
|
410
410
|
!!manifestVariables['pixelId'] &&
|
package/index.js
CHANGED
|
@@ -405,7 +405,7 @@ var ProvidersFacebookSdk = (function () {
|
|
|
405
405
|
};
|
|
406
406
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
407
407
|
const payload = {
|
|
408
|
-
sdkVersion: "1.
|
|
408
|
+
sdkVersion: "1.25.0" ,
|
|
409
409
|
};
|
|
410
410
|
if (window.fbq &&
|
|
411
411
|
!!manifestVariables['pixelId'] &&
|
package/index.mjs
CHANGED
|
@@ -402,7 +402,7 @@ const prepareData = (data, productIdMapping) => {
|
|
|
402
402
|
};
|
|
403
403
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
404
404
|
const payload = {
|
|
405
|
-
sdkVersion: "1.
|
|
405
|
+
sdkVersion: "1.25.0" ,
|
|
406
406
|
};
|
|
407
407
|
if (window.fbq &&
|
|
408
408
|
!!manifestVariables['pixelId'] &&
|