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