react-instantsearch 6.38.2 → 6.38.3

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/dist/umd/Dom.js CHANGED
@@ -868,7 +868,7 @@
868
868
  });
869
869
  }
870
870
 
871
- var version = '6.38.2';
871
+ var version = '6.38.3';
872
872
 
873
873
  function _typeof$2(obj) {
874
874
  "@babel/helpers - typeof";
@@ -1530,7 +1530,8 @@
1530
1530
  for (var key in source) {
1531
1531
  if (
1532
1532
  !Object.prototype.hasOwnProperty.call(source, key) ||
1533
- key === '__proto__'
1533
+ key === '__proto__' ||
1534
+ key === 'constructor'
1534
1535
  ) {
1535
1536
  continue;
1536
1537
  }
@@ -5435,7 +5436,7 @@
5435
5436
 
5436
5437
  var requestBuilder_1 = requestBuilder;
5437
5438
 
5438
- var version$1 = '3.11.1';
5439
+ var version$1 = '3.11.2';
5439
5440
 
5440
5441
  var escapeFacetValue$3 = escapeFacetValue_1.escapeFacetValue;
5441
5442
 
@@ -5685,8 +5686,10 @@
5685
5686
  * @param {number} options.nbHits - Maximum number of answers to retrieve from the Answers Engine. Cannot be greater than 1000.
5686
5687
  *
5687
5688
  * @return {promise} the answer results
5689
+ * @deprecated answers is deprecated and will be replaced with new initiatives
5688
5690
  */
5689
5691
  AlgoliaSearchHelper.prototype.findAnswers = function(options) {
5692
+ console.warn('[algoliasearch-helper] answers is no longer supported');
5690
5693
  var state = this.state;
5691
5694
  var derivedHelper = this.derivedHelpers[0];
5692
5695
  if (!derivedHelper) {