diff --git a/package.json b/package.json index 333d0f7..078dbc7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lilith/text-processing-utils", "type": "module", - "version": "1.2.8", + "version": "1.3.1", "description": "High-performance text processing utilities for deterministic text manipulation", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -30,6 +30,7 @@ "author": "", "license": "MIT", "dependencies": { + "@lilith/spellchecker-wasm": "^1.0.3", "@lilith/text-processing-algorithms": "^1.1.1" }, "devDependencies": {