react-instantsearch 6.40.0 → 6.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/dist/umd/Dom.js CHANGED
@@ -870,7 +870,7 @@
870
870
  });
871
871
  }
872
872
 
873
- var version = '6.40.0';
873
+ var version = '6.40.1';
874
874
 
875
875
  function _typeof$2(obj) {
876
876
  "@babel/helpers - typeof";
@@ -4060,7 +4060,10 @@
4060
4060
 
4061
4061
  /**
4062
4062
  * sum of the processing time of all the queries
4063
+ * @name processingTimeMS
4063
4064
  * @member {number}
4065
+ * @memberof SearchResults
4066
+ * @instance
4064
4067
  */
4065
4068
  this.processingTimeMS = results.reduce(function(sum, result) {
4066
4069
  return result.processingTimeMS === undefined
@@ -4266,7 +4269,7 @@
4266
4269
 
4267
4270
  self.facets[position] = {
4268
4271
  name: facetName,
4269
- data: mainSubResponse.facets[facetName],
4272
+ data: mainFacets[facetName],
4270
4273
  exhaustive: mainSubResponse.exhaustiveFacetsCount
4271
4274
  };
4272
4275
  excludes.forEach(function(facetValue) {
@@ -5464,7 +5467,7 @@
5464
5467
 
5465
5468
  var requestBuilder_1 = requestBuilder;
5466
5469
 
5467
- var version$1 = '3.13.0';
5470
+ var version$1 = '3.13.2';
5468
5471
 
5469
5472
  var escapeFacetValue$3 = escapeFacetValue_1.escapeFacetValue;
5470
5473