2 Commits

Author SHA1 Message Date
afd6bb8479 3.0.1 2022-08-07 18:18:29 +02:00
6dce86480c fix(core): update 2022-08-07 18:18:28 +02:00
3 changed files with 311 additions and 2198 deletions

2503
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartsmtp",
"version": "3.0.0",
"version": "3.0.1",
"private": false,
"description": "a module for handling smtp stuff",
"main": "dist_ts/index.js",
@ -20,7 +20,7 @@
"@types/node": "^18.6.4"
},
"dependencies": {
"@pushrocks/smartmail": "^1.0.18",
"@pushrocks/smartmail": "^1.0.21",
"@types/nodemailer": "^6.4.5",
"nodemailer": "^6.7.7"
},

View File

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