instantsearch.js 4.85.1 → 4.85.2

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.
@@ -162,7 +162,9 @@ var connectChat = exports.default = function connectChat(renderFn) {
162
162
  instantSearchInstance: renderOptions.instantSearchInstance
163
163
  }), false);
164
164
  },
165
- getRenderState: function getRenderState(renderState, renderOptions) {
165
+ getRenderState: function getRenderState(renderState, renderOptions
166
+ // Type is explicitly redefined, to avoid having the TWidgetParams type in the definition
167
+ ) {
166
168
  return _objectSpread(_objectSpread({}, renderState), {}, {
167
169
  chat: this.getWidgetRenderState(renderOptions)
168
170
  });
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = exports.default = '4.85.1';
7
+ var _default = exports.default = '4.85.2';
@@ -1,4 +1,4 @@
1
- /*! InstantSearch.js 4.85.1 | © Algolia, Inc. and contributors; MIT License | https://github.com/algolia/instantsearch */
1
+ /*! InstantSearch.js 4.85.2 | © Algolia, Inc. and contributors; MIT License | https://github.com/algolia/instantsearch */
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) :
@@ -16490,7 +16490,7 @@
16490
16490
  };
16491
16491
  }
16492
16492
 
16493
- var version$1 = '4.85.1';
16493
+ var version$1 = '4.85.2';
16494
16494
 
16495
16495
  var withUsage$v = createDocumentationMessageGenerator({
16496
16496
  name: 'instantsearch'