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