fix(build): modernize package configuration, dependencies, and test setup for current toolchain compatibility

This commit is contained in:
2026-05-01 18:53:46 +00:00
parent 983618487f
commit 8785a88a74
12 changed files with 7781 additions and 81 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartsmtp',
version: '3.0.3',
description: 'a module for handling smtp stuff'
name: '@push.rocks/smartsmtp',
version: '3.0.4',
description: 'A module for handling SMTP operations such as sending emails via SMTP or sendmail transport.'
}