coveo.analytics 2.27.12 → 2.28.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.
@@ -453,7 +453,7 @@
453
453
  historyElement = {
454
454
  name: 'PageView',
455
455
  value: pageViewValue,
456
- time: JSON.stringify(new Date()),
456
+ time: new Date().toISOString(),
457
457
  };
458
458
  return [4, store.addElementAsync(historyElement)];
459
459
  case 1:
@@ -728,7 +728,7 @@
728
728
  const v5 = v35('v5', 0x50, sha1);
729
729
  var uuidv5 = v5;
730
730
 
731
- var libVersion = "2.27.12" ;
731
+ var libVersion = "2.28.1" ;
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);