@blotoutio/providers-snapchat-sdk 0.36.0 → 0.36.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
|
@@ -176,7 +176,7 @@ const getSnapEventName = (name) => {
|
|
|
176
176
|
return name.toUpperCase();
|
|
177
177
|
};
|
|
178
178
|
const tag = ({ data, eventName, manifestVariables, eventId, executionContext, }) => {
|
|
179
|
-
const result = { sdkVersion: "0.36.
|
|
179
|
+
const result = { sdkVersion: "0.36.2" };
|
|
180
180
|
if (executionContext.get('pixelFired')) {
|
|
181
181
|
return result;
|
|
182
182
|
}
|
package/index.js
CHANGED
|
@@ -177,7 +177,7 @@ var ProvidersSnapchatSdk = (function () {
|
|
|
177
177
|
return name.toUpperCase();
|
|
178
178
|
};
|
|
179
179
|
const tag = ({ data, eventName, manifestVariables, eventId, executionContext, }) => {
|
|
180
|
-
const result = { sdkVersion: "0.36.
|
|
180
|
+
const result = { sdkVersion: "0.36.2" };
|
|
181
181
|
if (executionContext.get('pixelFired')) {
|
|
182
182
|
return result;
|
|
183
183
|
}
|
package/index.mjs
CHANGED
|
@@ -174,7 +174,7 @@ const getSnapEventName = (name) => {
|
|
|
174
174
|
return name.toUpperCase();
|
|
175
175
|
};
|
|
176
176
|
const tag = ({ data, eventName, manifestVariables, eventId, executionContext, }) => {
|
|
177
|
-
const result = { sdkVersion: "0.36.
|
|
177
|
+
const result = { sdkVersion: "0.36.2" };
|
|
178
178
|
if (executionContext.get('pixelFired')) {
|
|
179
179
|
return result;
|
|
180
180
|
}
|