coveo.analytics 2.31.0 → 2.32.0

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.
@@ -664,7 +664,7 @@
664
664
  v5.DNS = DNS;
665
665
  v5.URL = URL$1;
666
666
 
667
- var libVersion = "2.31.0";
667
+ var libVersion = "2.32.0";
668
668
 
669
669
  var getFormattedLocation = function (location) {
670
670
  return "".concat(location.protocol, "//").concat(location.hostname).concat(location.pathname.indexOf('/') === 0 ? location.pathname : "/".concat(location.pathname)).concat(location.search);