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