fix(core): update

This commit is contained in:
2024-05-11 12:33:14 +02:00
parent 0bb9c5e1e5
commit 97cbe6e398
5 changed files with 169 additions and 30 deletions

View File

@ -2,7 +2,7 @@
"name": "@serve.zone/platformservice",
"private": true,
"version": "1.0.10",
"description": "contains the platformservice container with mail, sms, letter, ai services.",
"description": "A multifaceted platform service handling mail, SMS, letter delivery, and AI services.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@ -45,5 +45,27 @@
"mailparser": "^3.6.9",
"openai": "^4.29.2",
"uuid": "^9.0.1"
}
}
},
"keywords": [
"mail service",
"SMS",
"letter delivery",
"AI services",
"SMTP server",
"mail parsing",
"DKIM",
"platform service",
"mailgun integration",
"letterXpress",
"OpenAI",
"Anthropic AI",
"DKIM signing",
"mail forwarding",
"SMTP TLS",
"domain management",
"email templating",
"rule management",
"SMTP STARTTLS",
"DNS management"
]
}