@algolia/client-search 4.14.2 → 4.14.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.
@@ -1606,7 +1606,7 @@ export declare type SearchOptions = {
1606
1606
  */
1607
1607
  readonly aroundLatLngViaIP?: boolean;
1608
1608
  /**
1609
- * Search for entries around a given location automatically computed from the requester’s IP address.
1609
+ * Define the maximum radius for a geo search (in meters).
1610
1610
  */
1611
1611
  readonly aroundRadius?: number | 'all';
1612
1612
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algolia/client-search",
3
- "version": "4.14.2",
3
+ "version": "4.14.3",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,8 +16,8 @@
16
16
  "dist"
17
17
  ],
18
18
  "dependencies": {
19
- "@algolia/client-common": "4.14.2",
20
- "@algolia/requester-common": "4.14.2",
21
- "@algolia/transporter": "4.14.2"
19
+ "@algolia/client-common": "4.14.3",
20
+ "@algolia/requester-common": "4.14.3",
21
+ "@algolia/transporter": "4.14.3"
22
22
  }
23
23
  }