coveo.analytics 2.30.39 → 2.30.41

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.
@@ -728,7 +728,7 @@
728
728
  const v5 = v35('v5', 0x50, sha1);
729
729
  var uuidv5 = v5;
730
730
 
731
- var libVersion = "2.30.39" ;
731
+ var libVersion = "2.30.41" ;
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);
@@ -1364,7 +1364,7 @@
1364
1364
  return NoopAnalyticsClient;
1365
1365
  }());
1366
1366
 
1367
- var fetch$2 = window.fetch;
1367
+ var fetch$2 = globalThis.fetch;
1368
1368
 
1369
1369
  var AnalyticsFetchClient = (function () {
1370
1370
  function AnalyticsFetchClient(opts) {