deps-upgrade: ⬆️ Update dependencies to include bug fixes, security patches, and minor version improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
3ddd80fb41
commit
d976da09aa
1 changed files with 6 additions and 2 deletions
|
|
@ -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/"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue