@algolia/autocomplete-js 1.7.1 → 1.7.2
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.7.
|
|
1
|
+
/*! @algolia/autocomplete-js 1.7.2 | 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) :
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
|
|
354
354
|
var noop = function noop() {};
|
|
355
355
|
|
|
356
|
-
var version = '1.7.
|
|
356
|
+
var version = '1.7.2';
|
|
357
357
|
|
|
358
358
|
var userAgents$1 = [{
|
|
359
359
|
segment: 'autocomplete-core',
|