@graffy/client
Advanced tools
Comparing version 0.15.25-alpha.1 to 0.15.25-alpha.2
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.15.25-alpha.1", | ||
"version": "0.15.25-alpha.2", | ||
"main": "./index.cjs", | ||
@@ -20,6 +20,6 @@ "exports": { | ||
"dependencies": { | ||
"@graffy/common": "0.15.25-alpha.1", | ||
"@graffy/stream": "0.15.25-alpha.1", | ||
"@graffy/common": "0.15.25-alpha.2", | ||
"@graffy/stream": "0.15.25-alpha.2", | ||
"debug": "^4.3.3" | ||
} | ||
} |
export default function Socket(url: any, { onUnhandled, onStatusChange }?: { | ||
onUnhandled: any; | ||
onStatusChange: any; | ||
onUnhandled?: any; | ||
onStatusChange?: any; | ||
}): { | ||
@@ -5,0 +5,0 @@ start: (params: any, callback: any) => any; |
export default wsClient; | ||
declare function wsClient(url: any, { getOptions, watch, connInfoPath }?: { | ||
getOptions?: () => void; | ||
watch: any; | ||
declare function wsClient(url: any, { getOptions, watch, connInfoPath, }?: { | ||
getOptions?: (..._: any[]) => false; | ||
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
21257
668
+ Added@graffy/common@0.15.25-alpha.2(transitive)
+ Added@graffy/stream@0.15.25-alpha.2(transitive)
+ Addednanoid@4.0.2(transitive)
- Removed@graffy/common@0.15.25-alpha.1(transitive)
- Removed@graffy/stream@0.15.25-alpha.1(transitive)
- Removednanoid@3.3.8(transitive)