@blotoutio/providers-pinterest-sdk 1.6.0 → 1.7.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
@@ -145,7 +145,7 @@ const prepareData = (data, idMapping) => {
145
145
  return payload;
146
146
  };
147
147
  const tag = ({ data, eventName, manifestVariables, eventId, executionContext, }) => {
148
- const result = { sdkVersion: "1.6.0" };
148
+ const result = { sdkVersion: "1.7.0" };
149
149
  if (executionContext.get('pixelFired')) {
150
150
  return result;
151
151
  }
package/index.js CHANGED
@@ -146,7 +146,7 @@ var ProvidersPinterestSdk = (function () {
146
146
  return payload;
147
147
  };
148
148
  const tag = ({ data, eventName, manifestVariables, eventId, executionContext, }) => {
149
- const result = { sdkVersion: "1.6.0" };
149
+ const result = { sdkVersion: "1.7.0" };
150
150
  if (executionContext.get('pixelFired')) {
151
151
  return result;
152
152
  }
package/index.mjs CHANGED
@@ -143,7 +143,7 @@ const prepareData = (data, idMapping) => {
143
143
  return payload;
144
144
  };
145
145
  const tag = ({ data, eventName, manifestVariables, eventId, executionContext, }) => {
146
- const result = { sdkVersion: "1.6.0" };
146
+ const result = { sdkVersion: "1.7.0" };
147
147
  if (executionContext.get('pixelFired')) {
148
148
  return result;
149
149
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-pinterest-sdk",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "Pinterest Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",