@algolia/autocomplete-core 1.17.2 → 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-core 1.17.
|
|
1
|
+
/*! @algolia/autocomplete-core 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) :
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
return undefined;
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
-
var version = '1.17.
|
|
294
|
+
var version = '1.17.4';
|
|
295
295
|
|
|
296
296
|
var userAgents = [{
|
|
297
297
|
segment: 'autocomplete-core',
|
|
@@ -809,7 +809,7 @@
|
|
|
809
809
|
return (hint === "string" ? String : Number)(input);
|
|
810
810
|
}
|
|
811
811
|
var VIEW_EVENT_DELAY = 400;
|
|
812
|
-
var ALGOLIA_INSIGHTS_VERSION = '2.
|
|
812
|
+
var ALGOLIA_INSIGHTS_VERSION = '2.15.0';
|
|
813
813
|
var ALGOLIA_INSIGHTS_SRC = "https://cdn.jsdelivr.net/npm/search-insights@".concat(ALGOLIA_INSIGHTS_VERSION, "/dist/search-insights.min.js");
|
|
814
814
|
var sendViewedObjectIDs = debounce(function (_ref) {
|
|
815
815
|
var onItemsChange = _ref.onItemsChange,
|