instantsearch.js 4.40.0 → 4.40.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [4.40.1](https://github.com/algolia/instantsearch.js/compare/v4.40.0...v4.40.1) (2022-03-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **types:** update to latest algoliasearch-helper ([6bbe790](https://github.com/algolia/instantsearch.js/commit/6bbe790a99320b4237b81614472c048ffe4426d8))
7
+
8
+
9
+
1
10
  # [4.40.0](https://github.com/algolia/instantsearch.js/compare/v4.39.2...v4.40.0) (2022-03-21)
2
11
 
3
12
 
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = '4.40.0';
7
+ var _default = '4.40.1';
8
8
  exports.default = _default;
@@ -1,4 +1,4 @@
1
- /*! InstantSearch.js 4.40.0 | © Algolia, Inc. and contributors; MIT License | https://github.com/algolia/instantsearch.js */
1
+ /*! InstantSearch.js 4.40.1 | © Algolia, Inc. and contributors; MIT License | https://github.com/algolia/instantsearch.js */
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) :
@@ -4120,7 +4120,7 @@
4120
4120
 
4121
4121
  var requestBuilder_1 = requestBuilder;
4122
4122
 
4123
- var version = '3.7.3';
4123
+ var version = '3.7.4';
4124
4124
 
4125
4125
  /**
4126
4126
  * Event triggered when a parameter is set or updated
@@ -8488,7 +8488,7 @@
8488
8488
  instantSearchInstance.renderState = _objectSpread2(_objectSpread2({}, instantSearchInstance.renderState), {}, _defineProperty({}, parentIndexName, _objectSpread2(_objectSpread2({}, instantSearchInstance.renderState[parentIndexName]), renderState)));
8489
8489
  }
8490
8490
 
8491
- var version$1 = '4.40.0';
8491
+ var version$1 = '4.40.1';
8492
8492
 
8493
8493
  var NAMESPACE = 'ais';
8494
8494
  var component = function component(componentName) {