@graffy/client
Advanced tools
Comparing version 0.15.19-alpha.2 to 0.15.19
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.15.19-alpha.2", | ||
"version": "0.15.19", | ||
"main": "./index.cjs", | ||
@@ -20,6 +20,6 @@ "exports": { | ||
"dependencies": { | ||
"@graffy/stream": "0.15.19-alpha.2", | ||
"@graffy/common": "0.15.19-alpha.2", | ||
"@graffy/common": "0.15.19", | ||
"@graffy/stream": "0.15.19", | ||
"debug": "^4.3.3" | ||
} | ||
} |
export default httpClient; | ||
declare function httpClient(baseUrl: any, { getOptions, watch, connInfoPath }?: { | ||
/** | ||
* | ||
* @param {string} baseUrl | ||
* @param {{ | ||
* getOptions?: () => Promise<void>, | ||
* watch?: 'sse' | 'none' | 'hang', | ||
* connInfoPath?: string, | ||
* } | undefined} options | ||
* @returns {(store: any) => void} | ||
*/ | ||
declare function httpClient(baseUrl: string, { getOptions, watch, connInfoPath, }?: { | ||
getOptions?: () => Promise<void>; | ||
watch: any; | ||
watch?: 'sse' | 'none' | 'hang'; | ||
connInfoPath?: string; | ||
}): (store: any) => void; | ||
} | undefined): (store: any) => void; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
20994
650
+ Added@graffy/common@0.15.19(transitive)
+ Added@graffy/stream@0.15.19(transitive)
- Removed@graffy/common@0.15.19-alpha.2(transitive)
- Removed@graffy/stream@0.15.19-alpha.2(transitive)
Updated@graffy/common@0.15.19
Updated@graffy/stream@0.15.19