@blotoutio/providers-pinterest-sdk 1.6.0 → 1.7.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
|
@@ -145,7 +145,7 @@ const prepareData = (data, idMapping) => {
|
|
|
145
145
|
return payload;
|
|
146
146
|
};
|
|
147
147
|
const tag = ({ data, eventName, manifestVariables, eventId, executionContext, }) => {
|
|
148
|
-
const result = { sdkVersion: "1.
|
|
148
|
+
const result = { sdkVersion: "1.7.0" };
|
|
149
149
|
if (executionContext.get('pixelFired')) {
|
|
150
150
|
return result;
|
|
151
151
|
}
|
package/index.js
CHANGED
|
@@ -146,7 +146,7 @@ var ProvidersPinterestSdk = (function () {
|
|
|
146
146
|
return payload;
|
|
147
147
|
};
|
|
148
148
|
const tag = ({ data, eventName, manifestVariables, eventId, executionContext, }) => {
|
|
149
|
-
const result = { sdkVersion: "1.
|
|
149
|
+
const result = { sdkVersion: "1.7.0" };
|
|
150
150
|
if (executionContext.get('pixelFired')) {
|
|
151
151
|
return result;
|
|
152
152
|
}
|
package/index.mjs
CHANGED
|
@@ -143,7 +143,7 @@ const prepareData = (data, idMapping) => {
|
|
|
143
143
|
return payload;
|
|
144
144
|
};
|
|
145
145
|
const tag = ({ data, eventName, manifestVariables, eventId, executionContext, }) => {
|
|
146
|
-
const result = { sdkVersion: "1.
|
|
146
|
+
const result = { sdkVersion: "1.7.0" };
|
|
147
147
|
if (executionContext.get('pixelFired')) {
|
|
148
148
|
return result;
|
|
149
149
|
}
|