Skip to content

Commit

Permalink
feat: complete rewrite
Browse files Browse the repository at this point in the history
- functionality didn't change. It will in the future but this was just to do a major clean up to the API.
- docs were not updated but should still be relevant anyway
- Kind of ready for drop-in replace with ElysiaJS later as well
  • Loading branch information
Torwent committed Jun 19, 2024
1 parent 55aea29 commit 86113e5
Show file tree
Hide file tree
Showing 11 changed files with 2,701 additions and 2,585 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "LGPL-3.0-or-later",
"dependencies": {
"@supabase/supabase-js": "^2.32.0",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
Expand All @@ -30,7 +30,7 @@
"swagger-ui-express": "^4.6.3"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/bcryptjs": "^2.4.6",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/module-alias": "^2.0.2",
Expand Down
Loading

0 comments on commit 86113e5

Please sign in to comment.