chore: update better-auth to version 1.3.26 and adjust dependencies in package.json files

This commit is contained in:
Mauricio Siu
2025-10-04 21:45:48 -06:00
parent 8594ad8ece
commit dbc4f4e4c5
4 changed files with 250 additions and 64 deletions

View File

@@ -47,7 +47,7 @@
"ai": "^5.0.17",
"ai-sdk-ollama": "^0.5.1",
"bcrypt": "5.1.1",
"better-auth": "v1.2.8-beta.7",
"better-auth": "1.3.26",
"bl": "6.0.11",
"boxen": "^7.1.1",
"date-fns": "3.6.0",

View File

@@ -33,6 +33,7 @@ export const sendEmailNotification = async (
to: toAddresses.join(", "),
subject,
html: htmlContent,
textEncoding: "base64",
});
} catch (err) {
console.log(err);