@blotoutio/providers-facebook-sdk 0.52.1 → 0.52.2
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 +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
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.
|
|
180
|
+
sdkVersion: "0.52.2" ,
|
|
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.
|
|
181
|
+
sdkVersion: "0.52.2" ,
|
|
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.
|
|
178
|
+
sdkVersion: "0.52.2" ,
|
|
179
179
|
};
|
|
180
180
|
if (window.fbq &&
|
|
181
181
|
!!manifestVariables['pixelId'] &&
|