goji-search 2.0.5 → 2.0.8
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/goji-search/lib/goji-client.d.ts +1 -5
- package/dist/index.js +1879 -1880
- package/package.json +1 -1
|
@@ -137,8 +137,4 @@ export declare class GojiSearchClient {
|
|
|
137
137
|
* ```
|
|
138
138
|
*/
|
|
139
139
|
export declare function createGojiClient(apiUrl?: string, apiKey?: string): GojiSearchClient;
|
|
140
|
-
|
|
141
|
-
* Default client instance for convenience (points to localhost)
|
|
142
|
-
* For production use, create your own instance with createGojiClient()
|
|
143
|
-
*/
|
|
144
|
-
export declare const gojiClient: GojiSearchClient;
|
|
140
|
+
export declare function getGojiClient(): GojiSearchClient;
|