Skip to content

Commit

Permalink
feat: crypto adapter class (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoCalazans-dev authored May 20, 2024
1 parent 6c4e188 commit 003b593
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 27 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@eslint/js": "9.2.0",
"@faker-js/faker": "8.4.1",
"@redocly/cli": "1.12.0",
"@types/bcrypt": "5.0.2",
"@types/express": "4.17.21",
"@types/morgan": "1.9.9",
"@types/supertest": "6.0.2",
Expand Down Expand Up @@ -71,6 +72,7 @@
"dependencies": {
"@prisma/client": "5.13.0",
"axios": "1.6.8",
"bcrypt": "5.1.1",
"dotenv": "16.4.5",
"express": "4.19.2",
"glob": "10.3.12",
Expand Down
Loading

0 comments on commit 003b593

Please sign in to comment.