minor fixes to casing, optional parameters

This commit is contained in:
AtHeartEngineer
2023-11-05 10:34:20 +03:00
parent 76d5f36a00
commit a9fee2f65a
5 changed files with 26 additions and 26 deletions

View File

@@ -27,14 +27,14 @@
"@ethersproject/keccak256": "^5.7.0",
"@ethersproject/strings": "^5.7.0",
"@faker-js/faker": "^8.0.2",
"@prisma/client": "^5.2.0",
"@prisma/client": "^5.5.2",
"@semaphore-protocol/identity": "^3.15.0",
"@socket.io/admin-ui": "^0.5.1",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"discreetly-claimcodes": "^1.1.5",
"discreetly-interfaces": "^0.1.40",
"discreetly-interfaces": "^0.1.42",
"dotenv": "^16.3.1",
"ethereumjs-util": "^7.1.5",
"express": "^4.18.2",
@@ -67,7 +67,7 @@
"express-async-handler": "^1.2.0",
"jest": "^29.6.2",
"nodemon": "^3.0.1",
"prisma": "^5.2.0",
"prisma": "^5.5.2",
"rollup": "^3.26.2",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-include-sourcemaps": "^0.7.0",