coveo.analytics 2.28.2 → 2.28.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.
@@ -191,7 +191,7 @@
191
191
  "".concat(name, "=").concat(value) +
192
192
  (expirationDate ? ";expires=".concat(expirationDate.toUTCString()) : '') +
193
193
  (domain ? ";domain=".concat(domain) : '') +
194
- ';SameSite=Lax';
194
+ ';path=/;SameSite=Lax';
195
195
  }
196
196
 
197
197
  var preferredStorage = null;
@@ -728,7 +728,7 @@
728
728
  const v5 = v35('v5', 0x50, sha1);
729
729
  var uuidv5 = v5;
730
730
 
731
- var libVersion = "2.28.2" ;
731
+ var libVersion = "2.28.3" ;
732
732
 
733
733
  var getFormattedLocation = function (location) {
734
734
  return "".concat(location.protocol, "//").concat(location.hostname).concat(location.pathname.indexOf('/') === 0 ? location.pathname : "/".concat(location.pathname)).concat(location.search);