@algolia/autocomplete-js 1.17.3 → 1.17.4
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @algolia/autocomplete-js 1.17.
|
|
1
|
+
/*! @algolia/autocomplete-js 1.17.4 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
return undefined;
|
|
348
348
|
}
|
|
349
349
|
|
|
350
|
-
var version = '1.17.
|
|
350
|
+
var version = '1.17.4';
|
|
351
351
|
|
|
352
352
|
var userAgents$1 = [{
|
|
353
353
|
segment: 'autocomplete-core',
|
|
@@ -865,7 +865,7 @@
|
|
|
865
865
|
return (hint === "string" ? String : Number)(input);
|
|
866
866
|
}
|
|
867
867
|
var VIEW_EVENT_DELAY = 400;
|
|
868
|
-
var ALGOLIA_INSIGHTS_VERSION = '2.
|
|
868
|
+
var ALGOLIA_INSIGHTS_VERSION = '2.15.0';
|
|
869
869
|
var ALGOLIA_INSIGHTS_SRC = "https://cdn.jsdelivr.net/npm/search-insights@".concat(ALGOLIA_INSIGHTS_VERSION, "/dist/search-insights.min.js");
|
|
870
870
|
var sendViewedObjectIDs = debounce(function (_ref) {
|
|
871
871
|
var onItemsChange = _ref.onItemsChange,
|