@ecomconsult/consentkit 0.3.2 → 0.3.3

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/package.json +1 -1
  2. package/src/ck-saas.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecomconsult/consentkit",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "GDPR cookie consent core with blocking engine, Shadow DOM UI and Google Consent Mode v2. Zero dependencies, no build step.",
5
5
  "repository": {
6
6
  "type": "git",
package/src/ck-saas.js CHANGED
@@ -18,7 +18,7 @@
18
18
  var doc = global.document;
19
19
  if (!doc) { return; }
20
20
 
21
- var DEFAULT_API = 'https://api.ecomconsult.net';
21
+ var DEFAULT_API = 'https://consent.ecomconsult.net';
22
22
  var CFG_TIMEOUT_MS = 3000;
23
23
  var RETRY_DELAY_MS = 2000;
24
24
  var CACHE_PREFIX = 'ck_cfg_';