fix(core): Update build scripts, refine testing assertions, and enhance documentation

This commit is contained in:
2025-05-12 23:23:49 +00:00
parent 70a34bf467
commit d3fd86a1fa
11 changed files with 649 additions and 112 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartfuzzy',
version: '1.1.8',
version: '1.1.9',
description: 'A library for fuzzy matching strings against word dictionaries or arrays, with support for object and article searching.'
}