🚧 better uuid + starting hashing implementation

ref #14
This commit is contained in:
2020-12-04 17:04:33 +01:00
parent b47fad2c3a
commit f1629440fe
3 changed files with 19 additions and 12 deletions

View File

@@ -22,6 +22,7 @@
],
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"argon2": "^0.27.0",
"body-parser": "^1.19.0",
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2",
@@ -39,7 +40,8 @@
"routing-controllers-openapi": "^2.1.0",
"swagger-ui-express": "^4.1.5",
"typeorm": "^0.2.29",
"typeorm-routing-controllers-extensions": "^0.2.0"
"typeorm-routing-controllers-extensions": "^0.2.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"@types/cors": "^2.8.8",
@@ -49,6 +51,7 @@
"@types/multer": "^1.4.4",
"@types/node": "^14.14.9",
"@types/swagger-ui-express": "^4.1.2",
"@types/uuid": "^8.3.0",
"dotenv-safe": "^8.2.0",
"nodemon": "^2.0.6",
"sqlite3": "^5.0.0",
@@ -61,4 +64,4 @@
"build": "tsc",
"docs": "typedoc --out docs src"
}
}
}