@blotoutio/providers-facebook-sdk 0.67.1 → 0.68.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 +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
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.
|
|
183
|
+
sdkVersion: "0.68.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.
|
|
184
|
+
sdkVersion: "0.68.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.
|
|
181
|
+
sdkVersion: "0.68.0" ,
|
|
182
182
|
};
|
|
183
183
|
if (window.fbq &&
|
|
184
184
|
!!manifestVariables['pixelId'] &&
|