instantsearch.js 4.56.11 → 4.57.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.
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = '4.56.11';
7
+ var _default = '4.57.0';
8
8
  exports.default = _default;
@@ -475,7 +475,7 @@ declare class BrowserHistory<TRouteState> implements Router<TRouteState> {
475
475
  /**
476
476
  * Indicates whether the history router is disposed or not.
477
477
  */
478
- private isDisposed;
478
+ protected isDisposed: boolean;
479
479
  /**
480
480
  * Indicates the window.history.length before the last call to
481
481
  * window.history.pushState (called in `write`).
@@ -1,4 +1,4 @@
1
- /*! InstantSearch.js 4.56.11 | © Algolia, Inc. and contributors; MIT License | https://github.com/algolia/instantsearch */
1
+ /*! InstantSearch.js 4.57.0 | © Algolia, Inc. and contributors; MIT License | https://github.com/algolia/instantsearch */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
4
4
  typeof define === 'function' && define.amd ? define(factory) :
@@ -9911,7 +9911,7 @@
9911
9911
 
9912
9912
  var SearchResults_1 = SearchResults;
9913
9913
 
9914
- var version = '3.14.1';
9914
+ var version = '3.14.2';
9915
9915
 
9916
9916
  var escapeFacetValue$4 = escapeFacetValue_1.escapeFacetValue;
9917
9917
 
@@ -14617,7 +14617,7 @@
14617
14617
  };
14618
14618
  }
14619
14619
 
14620
- var version$1 = '4.56.11';
14620
+ var version$1 = '4.57.0';
14621
14621
 
14622
14622
  var withUsage$r = createDocumentationMessageGenerator({
14623
14623
  name: 'instantsearch'