@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 +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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.
|
|
134
|
+
sdkVersion: "0.47.0" ,
|
|
135
135
|
};
|
|
136
136
|
if (window.fbq &&
|
|
137
137
|
!!manifestVariables['pixelId'] &&
|