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