@blotoutio/providers-facebook-sdk 1.37.2 → 1.38.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
|
@@ -410,7 +410,7 @@ const prepareData = (data, productIdMapping) => {
|
|
|
410
410
|
};
|
|
411
411
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
412
412
|
const payload = {
|
|
413
|
-
sdkVersion: "1.
|
|
413
|
+
sdkVersion: "1.38.1" ,
|
|
414
414
|
};
|
|
415
415
|
if (window.fbq &&
|
|
416
416
|
!!manifestVariables['pixelId'] &&
|
package/index.js
CHANGED
|
@@ -411,7 +411,7 @@ var ProvidersFacebookSdk = (function () {
|
|
|
411
411
|
};
|
|
412
412
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
413
413
|
const payload = {
|
|
414
|
-
sdkVersion: "1.
|
|
414
|
+
sdkVersion: "1.38.1" ,
|
|
415
415
|
};
|
|
416
416
|
if (window.fbq &&
|
|
417
417
|
!!manifestVariables['pixelId'] &&
|
package/index.mjs
CHANGED
|
@@ -408,7 +408,7 @@ const prepareData = (data, productIdMapping) => {
|
|
|
408
408
|
};
|
|
409
409
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
410
410
|
const payload = {
|
|
411
|
-
sdkVersion: "1.
|
|
411
|
+
sdkVersion: "1.38.1" ,
|
|
412
412
|
};
|
|
413
413
|
if (window.fbq &&
|
|
414
414
|
!!manifestVariables['pixelId'] &&
|