@blotoutio/providers-facebook-sdk 0.45.4 → 0.46.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
@@ -126,7 +126,7 @@ const prepareData = (data, productIdMapping) => {
126
126
  };
127
127
  const tag = ({ data, eventName, manifestVariables, eventId }) => {
128
128
  const payload = {
129
- sdkVersion: "0.45.4" ,
129
+ sdkVersion: "0.46.0" ,
130
130
  };
131
131
  if (window.fbq &&
132
132
  !!manifestVariables['pixelId'] &&
package/index.js CHANGED
@@ -127,7 +127,7 @@ var ProvidersFacebookSdk = (function () {
127
127
  };
128
128
  const tag = ({ data, eventName, manifestVariables, eventId }) => {
129
129
  const payload = {
130
- sdkVersion: "0.45.4" ,
130
+ sdkVersion: "0.46.0" ,
131
131
  };
132
132
  if (window.fbq &&
133
133
  !!manifestVariables['pixelId'] &&
package/index.mjs CHANGED
@@ -124,7 +124,7 @@ const prepareData = (data, productIdMapping) => {
124
124
  };
125
125
  const tag = ({ data, eventName, manifestVariables, eventId }) => {
126
126
  const payload = {
127
- sdkVersion: "0.45.4" ,
127
+ sdkVersion: "0.46.0" ,
128
128
  };
129
129
  if (window.fbq &&
130
130
  !!manifestVariables['pixelId'] &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-facebook-sdk",
3
- "version": "0.45.4",
3
+ "version": "0.46.0",
4
4
  "description": "Facebook Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",