build fixes

This commit is contained in:
makearmy 2025-10-19 18:05:19 -04:00
parent 912cf71bb9
commit 59bc5303c7
51 changed files with 15390 additions and 448 deletions

9
node_modules/nodemailer/.release-please-config.json generated vendored Normal file
View file

@ -0,0 +1,9 @@
{
"packages": {
".": {
"release-type": "node",
"package-name": "nodemailer",
"pull-request-title-pattern": "chore${scope}: release ${version} [skip-ci]"
}
}
}