@blotoutio/providers-facebook-sdk 1.55.2 → 1.56.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
@@ -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.55.2" ,
510
+ sdkVersion: "1.56.0" ,
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.55.2" ,
511
+ sdkVersion: "1.56.0" ,
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.55.2" ,
508
+ sdkVersion: "1.56.0" ,
509
509
  };
510
510
  if (window.fbq &&
511
511
  !!manifestVariables['pixelId'] &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-facebook-sdk",
3
- "version": "1.55.2",
3
+ "version": "1.56.0",
4
4
  "description": "Facebook Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",