@docsearch/js 4.0.0 → 4.0.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/esm/index.d.ts +0 -5
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/umd/index.js +2 -2
- package/dist/umd/index.js.map +1 -1
- package/package.json +2 -2
package/dist/esm/index.d.ts
CHANGED
|
@@ -8247,11 +8247,6 @@ interface ProviderV2 {
|
|
|
8247
8247
|
speechModel?(modelId: string): SpeechModelV2;
|
|
8248
8248
|
}
|
|
8249
8249
|
|
|
8250
|
-
declare global {
|
|
8251
|
-
interface File {
|
|
8252
|
-
}
|
|
8253
|
-
}
|
|
8254
|
-
|
|
8255
8250
|
type Warning = LanguageModelV2CallWarning | ImageModelV2CallWarning | SpeechModelV2CallWarning | TranscriptionModelV2CallWarning;
|
|
8256
8251
|
type LogWarningsFunction = (warnings: Warning[]) => void;
|
|
8257
8252
|
|