@blotoutio/providers-facebook-sdk 1.36.0 → 1.36.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 CHANGED
@@ -410,7 +410,7 @@ const prepareData = (data, productIdMapping) => {
410
410
  };
411
411
  const tag = ({ data, eventName, manifestVariables, eventId }) => {
412
412
  const payload = {
413
- sdkVersion: "1.36.0" ,
413
+ sdkVersion: "1.36.1" ,
414
414
  };
415
415
  if (window.fbq &&
416
416
  !!manifestVariables['pixelId'] &&
package/index.js CHANGED
@@ -411,7 +411,7 @@ var ProvidersFacebookSdk = (function () {
411
411
  };
412
412
  const tag = ({ data, eventName, manifestVariables, eventId }) => {
413
413
  const payload = {
414
- sdkVersion: "1.36.0" ,
414
+ sdkVersion: "1.36.1" ,
415
415
  };
416
416
  if (window.fbq &&
417
417
  !!manifestVariables['pixelId'] &&
package/index.mjs CHANGED
@@ -408,7 +408,7 @@ const prepareData = (data, productIdMapping) => {
408
408
  };
409
409
  const tag = ({ data, eventName, manifestVariables, eventId }) => {
410
410
  const payload = {
411
- sdkVersion: "1.36.0" ,
411
+ sdkVersion: "1.36.1" ,
412
412
  };
413
413
  if (window.fbq &&
414
414
  !!manifestVariables['pixelId'] &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-facebook-sdk",
3
- "version": "1.36.0",
3
+ "version": "1.36.1",
4
4
  "description": "Facebook Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",