@blotoutio/providers-snapchat-sdk 1.45.0 → 1.46.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 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.45.0" };
181
+ const result = { sdkVersion: "1.46.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.45.0" };
182
+ const result = { sdkVersion: "1.46.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.45.0" };
179
+ const result = { sdkVersion: "1.46.0" };
180
180
  if (executionContext.get('pixelFired')) {
181
181
  return result;
182
182
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-snapchat-sdk",
3
- "version": "1.45.0",
3
+ "version": "1.46.0",
4
4
  "description": "Snapchat Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",