@blotoutio/edgetag-sdk-js 0.26.0 → 0.26.1

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 CHANGED
@@ -323,7 +323,7 @@ const getStandardPayload = (payload) => {
323
323
  referrer: getReferrer(),
324
324
  search: getSearch(),
325
325
  locale: getLocale(),
326
- sdkVersion: "0.26.0" ,
326
+ sdkVersion: "0.26.1" ,
327
327
  ...(payload || {}),
328
328
  };
329
329
  let storage = {};
@@ -601,7 +601,6 @@ const handleTag = (eventName, data = {}, providers, options) => {
601
601
  continue;
602
602
  }
603
603
  if (!allowedProviders.has(pkg.name)) {
604
- log(`Provider ${pkg.name} is not in allow list`);
605
604
  continue;
606
605
  }
607
606
  const variables = getProviderVariables(pkg.name);
@@ -660,7 +659,6 @@ const handleData = (data, providers, options) => {
660
659
  continue;
661
660
  }
662
661
  if (!allowedProviders.has(pkg.name)) {
663
- log(`Provider ${pkg.name} is not in allow list`);
664
662
  continue;
665
663
  }
666
664
  const variables = getProviderVariables(pkg.name);
@@ -865,7 +863,6 @@ const handleUser = (key, value, providers, options) => {
865
863
  continue;
866
864
  }
867
865
  if (!allowedProviders.has(pkg.name)) {
868
- log(`Provider ${pkg.name} is not in allow list`);
869
866
  continue;
870
867
  }
871
868
  const variables = getProviderVariables(pkg.name);
package/index.esm.js CHANGED
@@ -321,7 +321,7 @@ const getStandardPayload = (payload) => {
321
321
  referrer: getReferrer(),
322
322
  search: getSearch(),
323
323
  locale: getLocale(),
324
- sdkVersion: "0.26.0" ,
324
+ sdkVersion: "0.26.1" ,
325
325
  ...(payload || {}),
326
326
  };
327
327
  let storage = {};
@@ -599,7 +599,6 @@ const handleTag = (eventName, data = {}, providers, options) => {
599
599
  continue;
600
600
  }
601
601
  if (!allowedProviders.has(pkg.name)) {
602
- log(`Provider ${pkg.name} is not in allow list`);
603
602
  continue;
604
603
  }
605
604
  const variables = getProviderVariables(pkg.name);
@@ -658,7 +657,6 @@ const handleData = (data, providers, options) => {
658
657
  continue;
659
658
  }
660
659
  if (!allowedProviders.has(pkg.name)) {
661
- log(`Provider ${pkg.name} is not in allow list`);
662
660
  continue;
663
661
  }
664
662
  const variables = getProviderVariables(pkg.name);
@@ -863,7 +861,6 @@ const handleUser = (key, value, providers, options) => {
863
861
  continue;
864
862
  }
865
863
  if (!allowedProviders.has(pkg.name)) {
866
- log(`Provider ${pkg.name} is not in allow list`);
867
864
  continue;
868
865
  }
869
866
  const variables = getProviderVariables(pkg.name);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/edgetag-sdk-js",
3
- "version": "0.26.0",
3
+ "version": "0.26.1",
4
4
  "description": "JS SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",