@blotoutio/providers-pinterest-sdk 1.49.0 → 1.49.2
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
|
@@ -135,7 +135,7 @@ const prepareData = (data, idMapping) => {
|
|
|
135
135
|
return payload;
|
|
136
136
|
};
|
|
137
137
|
const tag = ({ data, eventName, manifestVariables, eventId, executionContext, }) => {
|
|
138
|
-
const result = { sdkVersion: "1.49.
|
|
138
|
+
const result = { sdkVersion: "1.49.2" };
|
|
139
139
|
if (executionContext.get('pixelFired')) {
|
|
140
140
|
return result;
|
|
141
141
|
}
|
package/index.js
CHANGED
|
@@ -136,7 +136,7 @@ var ProvidersPinterestSdk = (function () {
|
|
|
136
136
|
return payload;
|
|
137
137
|
};
|
|
138
138
|
const tag = ({ data, eventName, manifestVariables, eventId, executionContext, }) => {
|
|
139
|
-
const result = { sdkVersion: "1.49.
|
|
139
|
+
const result = { sdkVersion: "1.49.2" };
|
|
140
140
|
if (executionContext.get('pixelFired')) {
|
|
141
141
|
return result;
|
|
142
142
|
}
|
package/index.mjs
CHANGED
|
@@ -133,7 +133,7 @@ const prepareData = (data, idMapping) => {
|
|
|
133
133
|
return payload;
|
|
134
134
|
};
|
|
135
135
|
const tag = ({ data, eventName, manifestVariables, eventId, executionContext, }) => {
|
|
136
|
-
const result = { sdkVersion: "1.49.
|
|
136
|
+
const result = { sdkVersion: "1.49.2" };
|
|
137
137
|
if (executionContext.get('pixelFired')) {
|
|
138
138
|
return result;
|
|
139
139
|
}
|