instantsearch.js 4.33.0 → 4.33.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.33.0";
1
+ declare const _default: "4.33.1";
2
2
  export default _default;
package/es/lib/version.js CHANGED
@@ -1 +1 @@
1
- export default '4.33.0';
1
+ export default '4.33.1';
@@ -541,7 +541,7 @@ var index = function index(widgetParams) {
541
541
  localUiState = getLocalWidgetsUiState(localWidgets, {
542
542
  searchParameters: this.getHelper().state,
543
543
  helper: this.getHelper()
544
- });
544
+ }, localUiState);
545
545
  }
546
546
  };
547
547
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "instantsearch.js",
3
- "version": "4.33.0",
3
+ "version": "4.33.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",