From 5522dcb6282ea56df3ff297705695bffc65b06f8 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 26 Feb 2026 15:51:46 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(dependencies):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20dependencies=20to=20their=20latest=20compa?= =?UTF-8?q?tible=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": {