@blotoutio/providers-facebook-sdk 0.46.1 → 0.47.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
@@ -133,7 +133,7 @@ const prepareData = (data, productIdMapping) => {
133
133
  };
134
134
  const tag = ({ data, eventName, manifestVariables, eventId }) => {
135
135
  const payload = {
136
- sdkVersion: "0.46.1" ,
136
+ sdkVersion: "0.47.0" ,
137
137
  };
138
138
  if (window.fbq &&
139
139
  !!manifestVariables['pixelId'] &&
package/index.js CHANGED
@@ -134,7 +134,7 @@ var ProvidersFacebookSdk = (function () {
134
134
  };
135
135
  const tag = ({ data, eventName, manifestVariables, eventId }) => {
136
136
  const payload = {
137
- sdkVersion: "0.46.1" ,
137
+ sdkVersion: "0.47.0" ,
138
138
  };
139
139
  if (window.fbq &&
140
140
  !!manifestVariables['pixelId'] &&
package/index.mjs CHANGED
@@ -131,7 +131,7 @@ const prepareData = (data, productIdMapping) => {
131
131
  };
132
132
  const tag = ({ data, eventName, manifestVariables, eventId }) => {
133
133
  const payload = {
134
- sdkVersion: "0.46.1" ,
134
+ sdkVersion: "0.47.0" ,
135
135
  };
136
136
  if (window.fbq &&
137
137
  !!manifestVariables['pixelId'] &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-facebook-sdk",
3
- "version": "0.46.1",
3
+ "version": "0.47.0",
4
4
  "description": "Facebook Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",