From d976da09aaa9941a357f83bf718340e14787ca0d Mon Sep 17 00:00:00 2001 From: Lilith Date: Sat, 7 Feb 2026 17:52:07 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade:=20=E2=AC=86=EF=B8=8F=20Update=20d?= =?UTF-8?q?ependencies=20to=20include=20bug=20fixes,=20security=20patches,?= =?UTF-8?q?=20and=20minor=20version=20improvements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8a685ac..333d0f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lilith/text-processing-utils", "type": "module", - "version": "1.2.4", + "version": "1.2.8", "description": "High-performance text processing utilities for deterministic text manipulation", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -30,7 +30,7 @@ "author": "", "license": "MIT", "dependencies": { - "@lilith/text-processing-algorithms": "workspace:*" + "@lilith/text-processing-algorithms": "^1.1.1" }, "devDependencies": { "@lilith/configs": "workspace:*", @@ -47,6 +47,10 @@ "typescript": "^5.9.3", "vitest": "^4.0.16" }, + "files": [ + "dist", + "README.md" + ], "publishConfig": { "registry": "http://forge.nasty.sh/api/packages/lilith/npm/" },