coveo.analytics 2.30.52 → 2.30.53

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.
@@ -733,7 +733,7 @@
733
733
  const v5 = v35('v5', 0x50, sha1);
734
734
  var uuidv5 = v5;
735
735
 
736
- var libVersion = "2.30.52";
736
+ var libVersion = "2.30.53";
737
737
 
738
738
  var getFormattedLocation = function (location) {
739
739
  return "".concat(location.protocol, "//").concat(location.hostname).concat(location.pathname.indexOf('/') === 0 ? location.pathname : "/".concat(location.pathname)).concat(location.search);