@blotoutio/edgetag-sdk-browser 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.
Files changed (2) hide show
  1. package/index.js +1 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -324,7 +324,7 @@
324
324
  referrer: getReferrer(),
325
325
  search: getSearch(),
326
326
  locale: getLocale(),
327
- sdkVersion: "0.26.0" ,
327
+ sdkVersion: "0.26.1" ,
328
328
  ...(payload || {}),
329
329
  };
330
330
  let storage = {};
@@ -602,7 +602,6 @@
602
602
  continue;
603
603
  }
604
604
  if (!allowedProviders.has(pkg.name)) {
605
- log(`Provider ${pkg.name} is not in allow list`);
606
605
  continue;
607
606
  }
608
607
  const variables = getProviderVariables(pkg.name);
@@ -661,7 +660,6 @@
661
660
  continue;
662
661
  }
663
662
  if (!allowedProviders.has(pkg.name)) {
664
- log(`Provider ${pkg.name} is not in allow list`);
665
663
  continue;
666
664
  }
667
665
  const variables = getProviderVariables(pkg.name);
@@ -866,7 +864,6 @@
866
864
  continue;
867
865
  }
868
866
  if (!allowedProviders.has(pkg.name)) {
869
- log(`Provider ${pkg.name} is not in allow list`);
870
867
  continue;
871
868
  }
872
869
  const variables = getProviderVariables(pkg.name);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/edgetag-sdk-browser",
3
- "version": "0.26.0",
3
+ "version": "0.26.1",
4
4
  "description": "Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",