@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 +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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.
|
|
127
|
+
sdkVersion: "0.46.0" ,
|
|
128
128
|
};
|
|
129
129
|
if (window.fbq &&
|
|
130
130
|
!!manifestVariables['pixelId'] &&
|