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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-instantsearch",
3
- "version": "6.40.0",
3
+ "version": "6.40.1",
4
4
  "description": "⚡ Lightning-fast search for React and React Native apps, by Algolia",
5
5
  "main": "index.js",
6
6
  "module": "dist/es/index.js",
@@ -44,13 +44,13 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@babel/runtime": "^7.1.2",
47
- "react-instantsearch-core": "6.40.0",
48
- "react-instantsearch-dom": "6.40.0",
49
- "react-instantsearch-native": "6.40.0"
47
+ "react-instantsearch-core": "6.40.1",
48
+ "react-instantsearch-dom": "6.40.1",
49
+ "react-instantsearch-native": "6.40.1"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "algoliasearch": ">= 3.1 < 5",
53
53
  "react": ">= 16.3.0 < 19"
54
54
  },
55
- "gitHead": "ea054eab1484a3d167db83bc768f6ea134add5f9"
55
+ "gitHead": "f550379829306217e021fd9c538ec4ebd0153b19"
56
56
  }
@@ -3831,7 +3831,10 @@
3831
3831
 
3832
3832
  /**
3833
3833
  * sum of the processing time of all the queries
3834
+ * @name processingTimeMS
3834
3835
  * @member {number}
3836
+ * @memberof SearchResults
3837
+ * @instance
3835
3838
  */
3836
3839
  this.processingTimeMS = results.reduce(function(sum, result) {
3837
3840
  return result.processingTimeMS === undefined
@@ -4037,7 +4040,7 @@
4037
4040
 
4038
4041
  self.facets[position] = {
4039
4042
  name: facetName,
4040
- data: mainSubResponse.facets[facetName],
4043
+ data: mainFacets[facetName],
4041
4044
  exhaustive: mainSubResponse.exhaustiveFacetsCount
4042
4045
  };
4043
4046
  excludes.forEach(function(facetValue) {
@@ -5235,7 +5238,7 @@
5235
5238
 
5236
5239
  var requestBuilder_1 = requestBuilder;
5237
5240
 
5238
- var version = '3.13.0';
5241
+ var version = '3.13.2';
5239
5242
 
5240
5243
  var escapeFacetValue$3 = escapeFacetValue_1.escapeFacetValue;
5241
5244