@blotoutio/providers-blotout-consent-sdk 1.59.0 → 1.59.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.js CHANGED
@@ -729,7 +729,7 @@ if (typeof window !== 'undefined') {
729
729
 
730
730
  const IPV4_FETCH_TIMEOUT_MS = 1000;
731
731
  const SERVICE_NAME_HEADER = 'X-Service-Name';
732
- const SERVICE_NAME_VALUE = 'blotout-consent';
732
+ const SERVICE_NAME_VALUE = 'blotoutConsent';
733
733
  const IPV4_REGEX = /^(25[0-5]|2[0-4]\d|1?\d?\d)(\.(25[0-5]|2[0-4]\d|1?\d?\d)){3}$/;
734
734
  /**
735
735
  * Creates a closure-scoped IPv4 fetcher bound to a specific endpoint and fetch
package/index.js CHANGED
@@ -728,7 +728,7 @@ var ProvidersBlotoutConsentSdk = (function (exports) {
728
728
 
729
729
  const IPV4_FETCH_TIMEOUT_MS = 1000;
730
730
  const SERVICE_NAME_HEADER = 'X-Service-Name';
731
- const SERVICE_NAME_VALUE = 'blotout-consent';
731
+ const SERVICE_NAME_VALUE = 'blotoutConsent';
732
732
  const IPV4_REGEX = /^(25[0-5]|2[0-4]\d|1?\d?\d)(\.(25[0-5]|2[0-4]\d|1?\d?\d)){3}$/;
733
733
  /**
734
734
  * Creates a closure-scoped IPv4 fetcher bound to a specific endpoint and fetch
package/index.mjs CHANGED
@@ -725,7 +725,7 @@ if (typeof window !== 'undefined') {
725
725
 
726
726
  const IPV4_FETCH_TIMEOUT_MS = 1000;
727
727
  const SERVICE_NAME_HEADER = 'X-Service-Name';
728
- const SERVICE_NAME_VALUE = 'blotout-consent';
728
+ const SERVICE_NAME_VALUE = 'blotoutConsent';
729
729
  const IPV4_REGEX = /^(25[0-5]|2[0-4]\d|1?\d?\d)(\.(25[0-5]|2[0-4]\d|1?\d?\d)){3}$/;
730
730
  /**
731
731
  * Creates a closure-scoped IPv4 fetcher bound to a specific endpoint and fetch
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-blotout-consent-sdk",
3
- "version": "1.59.0",
3
+ "version": "1.59.1",
4
4
  "description": "Blotout Consent Banner SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",