algoliasearch-helper 3.7.2 → 3.7.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/index.d.ts CHANGED
@@ -1310,7 +1310,7 @@ declare namespace algoliasearchHelper {
1310
1310
  * Marker which can be added to search results to identify them as created without a search response.
1311
1311
  * This is for internal use, e.g., avoiding caching in infinite hits, or delaying the display of these results.
1312
1312
  */
1313
- // __isArtificial?: boolean;
1313
+ __isArtificial?: boolean;
1314
1314
 
1315
1315
  constructor(
1316
1316
  state: SearchParameters,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "algoliasearch-helper",
3
- "version": "3.7.2",
3
+ "version": "3.7.3",
4
4
  "description": "Helper for implementing advanced search features with algolia",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
package/src/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  'use strict';
2
2
 
3
- module.exports = '3.7.2';
3
+ module.exports = '3.7.3';