fix(smartfuzzy): handle empty search strings safely and update tests for stricter TypeScript compatibility

This commit is contained in:
2026-05-01 16:02:29 +00:00
parent 58109bd7e0
commit 31c7865d88
12 changed files with 3676 additions and 4989 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartfuzzy',
version: '1.1.10',
version: '2.0.1',
description: 'A library for fuzzy matching strings against word dictionaries or arrays, with support for object and article searching.'
}