+12
-11
| { | ||
| "name": "logforth", | ||
| "version": "1.2.2", | ||
| "version": "1.2.3", | ||
| "description": "Simple logging framework for NodeJS", | ||
@@ -17,3 +17,3 @@ "type": "module", | ||
| "type": "git", | ||
| "url": "https://github.com/dasprid/logforth.git" | ||
| "url": "git+https://github.com/DASPRiD/logforth.git" | ||
| }, | ||
@@ -41,14 +41,15 @@ "files": [ | ||
| "@biomejs/biome": "1.8.3", | ||
| "@commitlint/cli": "^19.4.0", | ||
| "@commitlint/config-conventional": "^19.2.2", | ||
| "@tsconfig/node20": "^20.1.4", | ||
| "@types/node": "^20.16.1", | ||
| "lefthook": "^1.7.14", | ||
| "typescript": "^5.5.4", | ||
| "vitest": "^2.0.5" | ||
| "@commitlint/cli": "^19.8.1", | ||
| "@commitlint/config-conventional": "^19.8.1", | ||
| "@tsconfig/node20": "^20.1.6", | ||
| "@types/node": "^20.19.23", | ||
| "lefthook": "^1.13.6", | ||
| "typescript": "^5.9.3", | ||
| "vitest": "^2.1.9" | ||
| }, | ||
| "dependencies": { | ||
| "chalk": "^5.3.0", | ||
| "chalk": "^5.6.2", | ||
| "serialize-error": "^11.0.3" | ||
| } | ||
| }, | ||
| "packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8" | ||
| } |
15962
1.12%Updated