fix(dependencies): Ensure correct ordering of dependencies and improve logging format.

This commit is contained in:
2025-02-21 23:30:51 +00:00
parent a959c2ad0e
commit 385d984727
6 changed files with 16 additions and 5 deletions

View File

@ -29,10 +29,11 @@
"@push.rocks/smartrequest": "^2.0.23",
"@push.rocks/smartstring": "^4.0.15",
"@tsclass/tsclass": "^4.4.0",
"@types/minimatch": "^5.1.2",
"@types/ws": "^8.5.14",
"ws": "^8.18.0",
"minimatch": "^9.0.3",
"@types/minimatch": "^5.1.2"
"pretty-ms": "^9.2.0",
"ws": "^8.18.0"
},
"files": [
"ts/**/*",