@graffy/common
Advanced tools
Comparing version 0.16.0-alpha.10 to 0.16.0-alpha.11
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.16.0-alpha.10", | ||
"version": "0.16.0-alpha.11", | ||
"main": "./index.cjs", | ||
@@ -22,4 +22,4 @@ "exports": { | ||
"merge-async-iterators": "^0.2.1", | ||
"@graffy/stream": "0.16.0-alpha.10" | ||
"@graffy/stream": "0.16.0-alpha.11" | ||
} | ||
} |
@@ -1,2 +0,9 @@ | ||
export default function finalize(graph: any, query: any, version?: number, suppressSetVersion?: boolean): { | ||
/** | ||
* | ||
* @param {any} graph | ||
* @param {any} query | ||
* @param {number | false} version | ||
* @returns any | ||
*/ | ||
export default function finalize(graph: any, query: any, version?: number | false): { | ||
key: Uint8Array; | ||
@@ -3,0 +10,0 @@ end: Uint8Array; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
113598
3752
+ Added@graffy/stream@0.16.0-alpha.11(transitive)
- Removed@graffy/stream@0.16.0-alpha.10(transitive)