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