vitnode-backend-email-smtp
Advanced tools
Comparing version 0.0.10-canary.4 to 0.0.10-canary.5
{ | ||
"name": "vitnode-backend-email-smtp", | ||
"version": "0.0.10-canary.4", | ||
"version": "0.0.10-canary.5", | ||
"description": "SMTP email provider for VitNode projects.", | ||
@@ -21,16 +21,16 @@ "author": "VitNode Team", | ||
"devDependencies": { | ||
"@swc/cli": "^0.4.0", | ||
"@swc/core": "^1.7.39", | ||
"@types/node": "^22.7.8", | ||
"@swc/cli": "^0.5.0", | ||
"@swc/core": "^1.9.2", | ||
"@types/node": "^22.9.0", | ||
"@types/nodemailer": "^6.4.16", | ||
"concurrently": "^9.0.1", | ||
"concurrently": "^9.1.0", | ||
"typescript": "^5.6.3", | ||
"eslint-config-typescript-vitnode": "0.0.10-canary.4" | ||
"eslint-config-typescript-vitnode": "0.0.10-canary.5" | ||
}, | ||
"dependencies": { | ||
"nodemailer": "^6.9.15" | ||
"nodemailer": "^6.9.16" | ||
}, | ||
"scripts": { | ||
"build": "tsc && swc src -d dist --config-file .swcrc", | ||
"dev": "concurrently \"tsc -w --preserveWatchOutput\" \"swc src -d dist --config-file .swcrc -w\"", | ||
"build:packages": "tsc && swc src -d dist --config-file .swcrc", | ||
"dev:packages": "concurrently \"tsc -w --preserveWatchOutput\" \"swc src -d dist --config-file .swcrc -w\"", | ||
"lint": "eslint .", | ||
@@ -37,0 +37,0 @@ "lint:fix": "eslint . --fix" |
Sorry, the diff of this file is not supported yet
55586
Updatednodemailer@^6.9.16