coveo.analytics 2.26.1 → 2.26.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.
@@ -724,7 +724,7 @@
724
724
  const v5 = v35('v5', 0x50, sha1);
725
725
  var uuidv5 = v5;
726
726
 
727
- var libVersion = "2.26.1" ;
727
+ var libVersion = "2.26.3" ;
728
728
 
729
729
  var getFormattedLocation = function (location) {
730
730
  return location.protocol + "//" + location.hostname + (location.pathname.indexOf('/') === 0 ? location.pathname : "/" + location.pathname) + location.search;
@@ -1612,7 +1612,7 @@
1612
1612
  return __awaiter(this, void 0, void 0, function () {
1613
1613
  return __generator(this, function (_a) {
1614
1614
  if (validate(value)) {
1615
- this.setCurrentVisitorId(value);
1615
+ this.setCurrentVisitorId(value.toLowerCase());
1616
1616
  }
1617
1617
  else {
1618
1618
  if (!namespace) {