@algolia/client-search
Advanced tools
Comparing version 4.0.0-beta.10 to 4.0.0-beta.11
@@ -556,3 +556,3 @@ import { AuthModeType } from '@algolia/client-common'; | ||
/** Processing time for the query. This does not include network time. */ | ||
readonly processingTimeMs: string; | ||
readonly processingTimeMS: string; | ||
/** Number of hits returned for the query. */ | ||
@@ -1052,3 +1052,3 @@ readonly numberOfQueryHits: string; | ||
readonly hitsPerPage: number; | ||
readonly processingTimeMs: number; | ||
readonly processingTimeMS: number; | ||
readonly exhaustiveNbHits: boolean; | ||
@@ -1205,3 +1205,3 @@ readonly exhaustiveFacetsCount?: boolean; | ||
/** | ||
* @deprecated | ||
* @deprecated Use `searchableAttributes` instead. | ||
*/ | ||
@@ -1234,3 +1234,3 @@ readonly attributesToIndex?: readonly string[]; | ||
/** | ||
* @deprecated | ||
* @deprecated Use `replicas` instead. | ||
*/ | ||
@@ -1237,0 +1237,0 @@ readonly slaves?: readonly string[]; |
{ | ||
"name": "@algolia/client-search", | ||
"version": "4.0.0-beta.10", | ||
"version": "4.0.0-beta.11", | ||
"private": false, | ||
@@ -15,7 +15,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@algolia/client-common": "4.0.0-beta.10", | ||
"@algolia/logger-common": "4.0.0-beta.10", | ||
"@algolia/requester-common": "4.0.0-beta.10", | ||
"@algolia/transporter": "4.0.0-beta.10" | ||
"@algolia/client-common": "4.0.0-beta.11", | ||
"@algolia/logger-common": "4.0.0-beta.11", | ||
"@algolia/requester-common": "4.0.0-beta.11", | ||
"@algolia/transporter": "4.0.0-beta.11" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
143514
+ Added@algolia/cache-common@4.0.0-beta.11(transitive)
+ Added@algolia/client-common@4.0.0-beta.11(transitive)
+ Added@algolia/logger-common@4.0.0-beta.11(transitive)
+ Added@algolia/requester-common@4.0.0-beta.11(transitive)
+ Added@algolia/transporter@4.0.0-beta.11(transitive)
- Removed@algolia/cache-common@4.0.0-beta.10(transitive)
- Removed@algolia/client-common@4.0.0-beta.10(transitive)
- Removed@algolia/logger-common@4.0.0-beta.10(transitive)
- Removed@algolia/requester-common@4.0.0-beta.10(transitive)
- Removed@algolia/transporter@4.0.0-beta.10(transitive)