@blotoutio/providers-facebook-sdk 1.69.1 → 1.69.2
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
|
@@ -545,7 +545,7 @@ const prepareData = (data, productIdMapping) => {
|
|
|
545
545
|
};
|
|
546
546
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
547
547
|
const payload = {
|
|
548
|
-
sdkVersion: "1.69.
|
|
548
|
+
sdkVersion: "1.69.2" ,
|
|
549
549
|
};
|
|
550
550
|
if (window.fbq &&
|
|
551
551
|
!!manifestVariables['pixelId'] &&
|
package/index.js
CHANGED
|
@@ -546,7 +546,7 @@ var ProvidersFacebookSdk = (function () {
|
|
|
546
546
|
};
|
|
547
547
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
548
548
|
const payload = {
|
|
549
|
-
sdkVersion: "1.69.
|
|
549
|
+
sdkVersion: "1.69.2" ,
|
|
550
550
|
};
|
|
551
551
|
if (window.fbq &&
|
|
552
552
|
!!manifestVariables['pixelId'] &&
|
package/index.mjs
CHANGED
|
@@ -543,7 +543,7 @@ const prepareData = (data, productIdMapping) => {
|
|
|
543
543
|
};
|
|
544
544
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
545
545
|
const payload = {
|
|
546
|
-
sdkVersion: "1.69.
|
|
546
|
+
sdkVersion: "1.69.2" ,
|
|
547
547
|
};
|
|
548
548
|
if (window.fbq &&
|
|
549
549
|
!!manifestVariables['pixelId'] &&
|