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.
- package/cjs/lib/version.js +1 -1
- package/dist/instantsearch.development.d.ts +1 -1
- package/dist/instantsearch.development.js +3 -3
- package/dist/instantsearch.development.js.map +1 -1
- package/dist/instantsearch.production.d.ts +1 -1
- package/dist/instantsearch.production.min.d.ts +1 -1
- package/dist/instantsearch.production.min.js +2 -2
- package/dist/instantsearch.production.min.js.map +1 -1
- package/es/lib/routers/history.d.ts +1 -1
- package/es/lib/version.d.ts +1 -1
- package/es/lib/version.js +1 -1
- package/package.json +6 -6
|
@@ -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
|
-
|
|
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`).
|
|
@@ -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
|
-
|
|
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`).
|