@algolia/autocomplete-shared
Advanced tools
Comparing version 1.17.5 to 1.17.6
@@ -1,4 +0,4 @@ | ||
import type { FacetHit, Hit } from '@algolia/client-search'; | ||
import type { Hit } from '@algolia/client-search'; | ||
import type { MaybePromise } from '../MaybePromise'; | ||
import type { SearchForFacetValuesResponse } from '../preset-algolia/algoliasearch'; | ||
import type { FacetHit, SearchForFacetValuesResponse } from '../preset-algolia/algoliasearch'; | ||
import type { RequesterDescription } from '../preset-algolia/createRequester'; | ||
@@ -5,0 +5,0 @@ import type { SearchResponse } from '../SearchResponse'; |
@@ -54,2 +54,8 @@ import * as ClientSearch from '@algolia/client-search'; | ||
}>; | ||
export declare type FacetHit = PickForClient<{ | ||
/** @ts-ignore */ | ||
v4: ClientSearch.FacetHit; | ||
/** @ts-ignore */ | ||
v5: AlgoliaSearch.FacetHits; | ||
}>; | ||
export {}; |
@@ -1,1 +0,1 @@ | ||
export declare const version = "1.17.5"; | ||
export declare const version = "1.17.6"; |
@@ -1,1 +0,1 @@ | ||
export var version = '1.17.5'; | ||
export var version = '1.17.6'; |
{ | ||
"name": "@algolia/autocomplete-shared", | ||
"description": "Shared utils for Autocomplete packages.", | ||
"version": "1.17.5", | ||
"version": "1.17.6", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/algolia/autocomplete", |
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
59020
1362