@blotoutio/providers-facebook-sdk 1.2.0 → 1.3.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
|
@@ -183,7 +183,7 @@ const prepareData = (data, productIdMapping) => {
|
|
|
183
183
|
};
|
|
184
184
|
const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
185
185
|
const payload = {
|
|
186
|
-
sdkVersion: "1.
|
|
186
|
+
sdkVersion: "1.3.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: "1.
|
|
187
|
+
sdkVersion: "1.3.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: "1.
|
|
184
|
+
sdkVersion: "1.3.0" ,
|
|
185
185
|
};
|
|
186
186
|
if (window.fbq &&
|
|
187
187
|
!!manifestVariables['pixelId'] &&
|