@blotoutio/providers-facebook-sdk 0.52.2 → 0.53.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
@@ -177,7 +177,7 @@ const prepareData = (data, productIdMapping) => {
177
177
  };
178
178
  const tag = ({ data, eventName, manifestVariables, eventId }) => {
179
179
  const payload = {
180
- sdkVersion: "0.52.2" ,
180
+ sdkVersion: "0.53.0" ,
181
181
  };
182
182
  if (window.fbq &&
183
183
  !!manifestVariables['pixelId'] &&
package/index.js CHANGED
@@ -178,7 +178,7 @@ var ProvidersFacebookSdk = (function () {
178
178
  };
179
179
  const tag = ({ data, eventName, manifestVariables, eventId }) => {
180
180
  const payload = {
181
- sdkVersion: "0.52.2" ,
181
+ sdkVersion: "0.53.0" ,
182
182
  };
183
183
  if (window.fbq &&
184
184
  !!manifestVariables['pixelId'] &&
package/index.mjs CHANGED
@@ -175,7 +175,7 @@ const prepareData = (data, productIdMapping) => {
175
175
  };
176
176
  const tag = ({ data, eventName, manifestVariables, eventId }) => {
177
177
  const payload = {
178
- sdkVersion: "0.52.2" ,
178
+ sdkVersion: "0.53.0" ,
179
179
  };
180
180
  if (window.fbq &&
181
181
  !!manifestVariables['pixelId'] &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-facebook-sdk",
3
- "version": "0.52.2",
3
+ "version": "0.53.0",
4
4
  "description": "Facebook Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",