coveo.analytics 2.25.1 → 2.25.2

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.25.1" ;
727
+ var libVersion = "2.25.2" ;
728
728
 
729
729
  var keysOf = Object.keys;
730
730
  function isObject(o) {
@@ -1942,7 +1942,7 @@
1942
1942
  userAgent: navigator.userAgent,
1943
1943
  };
1944
1944
  var eventContext = {
1945
- time: Date.now().toString(),
1945
+ time: Date.now(),
1946
1946
  eventId: this.uuidGenerator(),
1947
1947
  };
1948
1948
  return __assign(__assign(__assign(__assign({}, eventContext), screenContext), navigatorContext), documentContext);