@blotoutio/providers-facebook-sdk 1.21.2 → 1.22.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
|
@@ -383,7 +383,7 @@ const prepareData = (data, productIdMapping) => {
|
|
|
383
383
|
};
|
|
384
384
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
385
385
|
const payload = {
|
|
386
|
-
sdkVersion: "1.
|
|
386
|
+
sdkVersion: "1.22.1" ,
|
|
387
387
|
};
|
|
388
388
|
if (window.fbq &&
|
|
389
389
|
!!manifestVariables['pixelId'] &&
|
package/index.js
CHANGED
|
@@ -384,7 +384,7 @@ var ProvidersFacebookSdk = (function () {
|
|
|
384
384
|
};
|
|
385
385
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
386
386
|
const payload = {
|
|
387
|
-
sdkVersion: "1.
|
|
387
|
+
sdkVersion: "1.22.1" ,
|
|
388
388
|
};
|
|
389
389
|
if (window.fbq &&
|
|
390
390
|
!!manifestVariables['pixelId'] &&
|
package/index.mjs
CHANGED
|
@@ -381,7 +381,7 @@ const prepareData = (data, productIdMapping) => {
|
|
|
381
381
|
};
|
|
382
382
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
383
383
|
const payload = {
|
|
384
|
-
sdkVersion: "1.
|
|
384
|
+
sdkVersion: "1.22.1" ,
|
|
385
385
|
};
|
|
386
386
|
if (window.fbq &&
|
|
387
387
|
!!manifestVariables['pixelId'] &&
|