fix(core): update

This commit is contained in:
Philipp Kunz 2022-08-07 18:18:28 +02:00
parent 91d271d4d6
commit 6dce86480c
3 changed files with 308 additions and 2195 deletions

2499
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
"@types/node": "^18.6.4" "@types/node": "^18.6.4"
}, },
"dependencies": { "dependencies": {
"@pushrocks/smartmail": "^1.0.18", "@pushrocks/smartmail": "^1.0.21",
"@types/nodemailer": "^6.4.5", "@types/nodemailer": "^6.4.5",
"nodemailer": "^6.7.7" "nodemailer": "^6.7.7"
}, },

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartsmtp', name: '@pushrocks/smartsmtp',
version: '3.0.0', version: '3.0.1',
description: 'a module for handling smtp stuff' description: 'a module for handling smtp stuff'
} }