@adiwajshing/keyed-db
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@adiwajshing/keyed-db", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Lightweight library to store an in-memory DB", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/adiwajshing/keyed-db", |
@@ -84,2 +84,3 @@ import KeyedDB, { binarySearch } from './KeyedDB' | ||
if (newChats2.length > 0) { | ||
assert.ok ( phoneCallKey(newChats2[0]) > phoneCallKey(prevChats[prevChats.length-1])) | ||
@@ -86,0 +87,0 @@ } |
14708