Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-12-27 05:09:15 +00:00
parent 2d80d53b70
commit 8b95824cb6
7 changed files with 414 additions and 465 deletions
+2 -5
View File
@@ -18,12 +18,9 @@
"test": "vitest run --config vitest.config.ts"
},
"dependencies": {
"js-sha512": "^0.8.0"
"js-sha512": "^0.9.0"
},
"devDependencies": {
"chai": "^4.3.10",
"chai-bytes": "^0.1.2",
"lodash-es": "^4.17.21",
"vitest": "^2.0.5"
"vitest": "^4.0.16"
}
}