@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 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.1" ,
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.1" ,
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.1" ,
546
+ sdkVersion: "1.69.2" ,
547
547
  };
548
548
  if (window.fbq &&
549
549
  !!manifestVariables['pixelId'] &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-facebook-sdk",
3
- "version": "1.69.1",
3
+ "version": "1.69.2",
4
4
  "description": "Facebook Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",