@blotoutio/providers-pinterest-sdk 1.47.2 → 1.47.4

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
@@ -135,7 +135,7 @@ const prepareData = (data, idMapping) => {
135
135
  return payload;
136
136
  };
137
137
  const tag = ({ data, eventName, manifestVariables, eventId, executionContext, }) => {
138
- const result = { sdkVersion: "1.47.2" };
138
+ const result = { sdkVersion: "1.47.4" };
139
139
  if (executionContext.get('pixelFired')) {
140
140
  return result;
141
141
  }
package/index.js CHANGED
@@ -136,7 +136,7 @@ var ProvidersPinterestSdk = (function () {
136
136
  return payload;
137
137
  };
138
138
  const tag = ({ data, eventName, manifestVariables, eventId, executionContext, }) => {
139
- const result = { sdkVersion: "1.47.2" };
139
+ const result = { sdkVersion: "1.47.4" };
140
140
  if (executionContext.get('pixelFired')) {
141
141
  return result;
142
142
  }
package/index.mjs CHANGED
@@ -133,7 +133,7 @@ const prepareData = (data, idMapping) => {
133
133
  return payload;
134
134
  };
135
135
  const tag = ({ data, eventName, manifestVariables, eventId, executionContext, }) => {
136
- const result = { sdkVersion: "1.47.2" };
136
+ const result = { sdkVersion: "1.47.4" };
137
137
  if (executionContext.get('pixelFired')) {
138
138
  return result;
139
139
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-pinterest-sdk",
3
- "version": "1.47.2",
3
+ "version": "1.47.4",
4
4
  "description": "Pinterest Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",