instantsearch.js 4.68.0 → 4.68.1

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,2 +1,2 @@
1
- declare const _default: "4.68.0";
1
+ declare const _default: "4.68.1";
2
2
  export default _default;
package/es/lib/version.js CHANGED
@@ -1 +1 @@
1
- export default '4.68.0';
1
+ export default '4.68.1';
@@ -501,7 +501,7 @@ var index = function index(widgetParams) {
501
501
  _helper,
502
502
  _derivedHelper2;
503
503
  localWidgets.forEach(function (widget) {
504
- if (widget.dispose) {
504
+ if (widget.dispose && helper) {
505
505
  // The dispose function is always called once the instance is started
506
506
  // (it's an effect of `removeWidgets`). The index is initialized and
507
507
  // the Helper is available. We don't care about the return value of
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "instantsearch.js",
3
- "version": "4.68.0",
3
+ "version": "4.68.1",
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",
@@ -56,9 +56,9 @@
56
56
  "watch:es": "yarn --silent build:es:base --watch"
57
57
  },
58
58
  "devDependencies": {
59
- "@instantsearch/mocks": "1.42.0",
60
- "@instantsearch/tests": "1.42.0",
61
- "@instantsearch/testutils": "1.31.0",
59
+ "@instantsearch/mocks": "1.43.0",
60
+ "@instantsearch/tests": "1.43.0",
61
+ "@instantsearch/testutils": "1.32.0",
62
62
  "@storybook/html": "5.3.9",
63
63
  "@types/scriptjs": "0.0.2",
64
64
  "algoliasearch": "4.23.2",
@@ -66,5 +66,5 @@
66
66
  "scriptjs": "2.5.9",
67
67
  "webpack": "4.47.0"
68
68
  },
69
- "gitHead": "68fe2ee8544096eff8c2fbafe01a50a8acbca2b9"
69
+ "gitHead": "500174c459e94ca09bd9368b38489c97886f603f"
70
70
  }