deps-upgrade: ⬆️ Update minor/patch versions in dependencies for security/performance improvements

This commit is contained in:
Lilith 2026-01-21 12:41:33 -08:00
parent 5b4898fa7e
commit bfbe9c384e

View file

@ -3,13 +3,13 @@
"type": "module",
"version": "1.2.4",
"description": "High-performance text processing utilities for deterministic text manipulation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"spellcheck-cli": "./bin/spellcheck-cli.ts"
},
"scripts": {
"build": "tsc",
"build": "tsup",
"test": "vitest",
"test:watch": "vitest --watch",
"test:integration": "vitest --config integration/vitest.config.ts",
@ -44,7 +44,8 @@
"prettier": "^3.7.4",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vitest": "^4.0.16"
"vitest": "^4.0.16",
"tsup": "^8.5.1"
},
"publishConfig": {
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"