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.
@@ -57,7 +57,7 @@ declare class BrowserHistory<TRouteState> implements Router<TRouteState> {
57
57
  /**
58
58
  * Indicates whether the history router is disposed or not.
59
59
  */
60
- private isDisposed;
60
+ protected isDisposed: boolean;
61
61
  /**
62
62
  * Indicates the window.history.length before the last call to
63
63
  * window.history.pushState (called in `write`).
@@ -1,2 +1,2 @@
1
- declare const _default: "4.56.11";
1
+ declare const _default: "4.57.0";
2
2
  export default _default;
package/es/lib/version.js CHANGED
@@ -1 +1 @@
1
- export default '4.56.11';
1
+ export default '4.57.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "instantsearch.js",
3
- "version": "4.56.11",
3
+ "version": "4.57.0",
4
4
  "description": "InstantSearch.js is a JavaScript library for building performant and instant search experiences with Algolia.",
5
5
  "homepage": "https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/",
6
6
  "types": "es/index.d.ts",
@@ -33,7 +33,7 @@
33
33
  "@types/google.maps": "^3.45.3",
34
34
  "@types/hogan.js": "^3.0.0",
35
35
  "@types/qs": "^6.5.3",
36
- "algoliasearch-helper": "3.14.1",
36
+ "algoliasearch-helper": "3.14.2",
37
37
  "hogan.js": "^3.0.2",
38
38
  "htm": "^3.0.0",
39
39
  "preact": "^10.10.0",
@@ -55,9 +55,9 @@
55
55
  "version": "./scripts/version/update-version.js"
56
56
  },
57
57
  "devDependencies": {
58
- "@instantsearch/mocks": "1.25.0",
59
- "@instantsearch/tests": "1.25.0",
60
- "@instantsearch/testutils": "1.14.0",
58
+ "@instantsearch/mocks": "1.26.0",
59
+ "@instantsearch/tests": "1.26.0",
60
+ "@instantsearch/testutils": "1.15.0",
61
61
  "@storybook/html": "5.3.9",
62
62
  "@types/scriptjs": "0.0.2",
63
63
  "algoliasearch": "4.14.3",
@@ -65,5 +65,5 @@
65
65
  "scriptjs": "2.5.9",
66
66
  "webpack": "4.41.5"
67
67
  },
68
- "gitHead": "046ba8af4e49a0299d3297337965fc4e717550d6"
68
+ "gitHead": "b2196f01f03c6bea37a3aa048e4e5b45a9bbf33d"
69
69
  }