Comparing version 2.7.8 to 2.7.9
@@ -368,3 +368,3 @@ declare type AllowFixed<T> = T extends RxList<infer U> ? U[] | T : T extends RxMap<infer K, infer V> ? [K, V][] | T : T extends Atom<infer U> ? U | T : T; | ||
declare type DirtyCallback = (recompute: (force?: boolean) => void, markDirty: () => any) => void; | ||
declare type DirtyCallback = (recompute: (force?: boolean) => void, markDirty: () => any, infos?: any[]) => void; | ||
@@ -1153,2 +1153,4 @@ /* Excluded from this release type: dispatchEvent_2 */ | ||
sortSelf(compare: (a: T, b: T) => number): void; | ||
private static binarySearchInsert; | ||
toSorted(compare?: (a: T, b: T) => number): RxList<T>; | ||
at(index: number): T | undefined; | ||
@@ -1155,0 +1157,0 @@ forEach(handler: (item: T, index: number) => void): void; |
{ | ||
"name": "axii", | ||
"version": "2.7.8", | ||
"version": "2.7.9", | ||
"description": "", | ||
@@ -49,4 +49,4 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"data0": "^1.7.46" | ||
"data0": "^1.7.47" | ||
} | ||
} |
529254
3087