Declare the logger contract in the library instead of depending on @larvit/log

This commit is contained in:
2026-08-27 13:42:58 +02:00
parent ff3667e120
commit 8d245c82c4
18 changed files with 110 additions and 50 deletions
+1 -3
View File
@@ -49,13 +49,11 @@
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@larvit/log": "2.3.0",
"@types/node": "22.20.1",
"eslint": "10.9.1",
"smpp": "0.6.0-rc.4",
"typescript": "6.0.3",
"typescript-eslint": "8.68.0"
},
"dependencies": {
"@larvit/log": "2.3.0"
}
}