chore: bump version to 2.21.19 in package.json and enhance invitation validation (#434)

- Updated application version from 2.21.18 to 2.21.19 in package.json.
- Improved invitation validation by handling cases where the invitation is not found and ensuring email comparison is case insensitive.
This commit is contained in:
Giancarlo Buomprisco
2025-12-24 08:13:24 +01:00
committed by GitHub
parent 43038034fd
commit 4aac04ef0a
7 changed files with 250 additions and 241 deletions

View File

@@ -13,7 +13,7 @@
".": "./src/index.ts"
},
"dependencies": {
"nodemailer": "^7.0.11"
"nodemailer": "^7.0.12"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",