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