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/" },