@blotoutio/providers-facebook-sdk 1.24.1 → 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 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.24.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.24.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.24.1" ,
405
+ sdkVersion: "1.25.0" ,
406
406
  };
407
407
  if (window.fbq &&
408
408
  !!manifestVariables['pixelId'] &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-facebook-sdk",
3
- "version": "1.24.1",
3
+ "version": "1.25.0",
4
4
  "description": "Facebook Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",