Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-01-03 16:43:14 +00:00
parent aec43e67fa
commit eb4577a4c5
10 changed files with 315 additions and 86 deletions
+2 -2
View File
@@ -14,10 +14,10 @@
},
"dependencies": {
"@noble/hashes": "^2.0.1",
"es-toolkit": "^1.39.0"
"es-toolkit": "^1.43.0"
},
"devDependencies": {
"tsdown": "^0.18.3",
"tsdown": "^0.18.4",
"vitest": "^4.0.16"
}
}
+3 -3
View File
@@ -20,14 +20,14 @@
"@prisma/adapter-pg": "^7.2.0",
"@prisma/client": "^7.2.0",
"@prisma/client-runtime-utils": "^7.2.0",
"es-toolkit": "^1.39.0",
"es-toolkit": "^1.43.0",
"pg": "^8.16.3",
"redis": "^5.10.0"
},
"devDependencies": {
"@types/pg": "^8.15.5",
"@types/pg": "^8.16.0",
"dotenv": "^17.2.3",
"prisma": "^7.2.0",
"tsdown": "^0.18.3"
"tsdown": "^0.18.4"
}
}
+3 -3
View File
@@ -20,12 +20,12 @@
},
"dependencies": {
"@sammo-ts/common": "workspace:*",
"es-toolkit": "^1.39.0",
"es-toolkit": "^1.43.0",
"immer": "^11.1.3",
"zod": "^4.2.1"
"zod": "^4.3.4"
},
"devDependencies": {
"tsdown": "^0.18.3",
"tsdown": "^0.18.4",
"vite-tsconfig-paths": "^6.0.3",
"vitest": "^4.0.16"
}