@blotoutio/providers-facebook-sdk 1.55.2 → 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
|
@@ -507,7 +507,7 @@ const prepareData = (data, productIdMapping) => {
|
|
|
507
507
|
};
|
|
508
508
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
509
509
|
const payload = {
|
|
510
|
-
sdkVersion: "1.
|
|
510
|
+
sdkVersion: "1.56.1" ,
|
|
511
511
|
};
|
|
512
512
|
if (window.fbq &&
|
|
513
513
|
!!manifestVariables['pixelId'] &&
|
package/index.js
CHANGED
|
@@ -508,7 +508,7 @@ var ProvidersFacebookSdk = (function () {
|
|
|
508
508
|
};
|
|
509
509
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
510
510
|
const payload = {
|
|
511
|
-
sdkVersion: "1.
|
|
511
|
+
sdkVersion: "1.56.1" ,
|
|
512
512
|
};
|
|
513
513
|
if (window.fbq &&
|
|
514
514
|
!!manifestVariables['pixelId'] &&
|
package/index.mjs
CHANGED
|
@@ -505,7 +505,7 @@ const prepareData = (data, productIdMapping) => {
|
|
|
505
505
|
};
|
|
506
506
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
507
507
|
const payload = {
|
|
508
|
-
sdkVersion: "1.
|
|
508
|
+
sdkVersion: "1.56.1" ,
|
|
509
509
|
};
|
|
510
510
|
if (window.fbq &&
|
|
511
511
|
!!manifestVariables['pixelId'] &&
|