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