Add data normalisation and remove hash libraries & functions as hashes are no longer required.

This commit is contained in:
2026-02-21 19:38:17 +00:00
parent 0c934a748f
commit 7903344eea
3 changed files with 11 additions and 192 deletions

View File

@@ -25,14 +25,11 @@
"@aws-sdk/client-s3": "^3.964.0",
"@aws-sdk/lib-storage": "^3.964.0",
"@owlboard/backend-data-contracts": "^0.1.9",
"mongodb": "^7.0.0",
"nats": "^2.29.3",
"readline": "^1.3.0",
"xxhashjs": "^0.2.2"
"readline": "^1.3.0"
},
"devDependencies": {
"@types/node": "^25.0.3",
"@types/xxhashjs": "^0.2.4",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}