@graffy/common
Advanced tools
Comparing version 0.16.1 to 0.16.2-alpha.1
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.16.1", | ||
"version": "0.16.2-alpha.1", | ||
"main": "./index.cjs", | ||
@@ -22,4 +22,4 @@ "exports": { | ||
"merge-async-iterators": "^0.2.1", | ||
"@graffy/stream": "0.16.1" | ||
"@graffy/stream": "0.16.2-alpha.1" | ||
} | ||
} |
@@ -10,3 +10,3 @@ export function isMinKey(key: any): boolean; | ||
export function isPlainObject(arg: any): boolean; | ||
export function cmp(a: any, b: any): 1 | -1 | 0; | ||
export function cmp(a: any, b: any): 0 | 1 | -1; | ||
export function find(items: any, compare: any, first?: number, last?: any): number; | ||
@@ -13,0 +13,0 @@ export function addStringify(buffer: any): any; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
113564
3757
+ Added@graffy/stream@0.16.2-alpha.1(transitive)
- Removed@graffy/stream@0.16.1(transitive)