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