@blotoutio/providers-facebook-sdk 1.21.2 → 1.22.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
@@ -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.21.2" ,
386
+ sdkVersion: "1.22.0" ,
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.21.2" ,
387
+ sdkVersion: "1.22.0" ,
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.21.2" ,
384
+ sdkVersion: "1.22.0" ,
385
385
  };
386
386
  if (window.fbq &&
387
387
  !!manifestVariables['pixelId'] &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-facebook-sdk",
3
- "version": "1.21.2",
3
+ "version": "1.22.0",
4
4
  "description": "Facebook Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",