@simplysm/sd-smtp-client-common
Advanced tools
Comparing version 1.1.23 to 1.1.24
{ | ||
"name": "@simplysm/sd-smtp-client-common", | ||
"version": "1.1.23", | ||
"version": "1.1.24", | ||
"description": "심플리즘 패키지 - SMTP 클라이언트 (공통)", | ||
@@ -5,0 +5,0 @@ "author": "김석래", |
@@ -29,2 +29,2 @@ export interface ISmtpClientSendOption { | ||
attachments?: ISmtpClientSendAttachment[]; | ||
} | ||
} |
@@ -6,6 +6,3 @@ { | ||
"outDir": "dist", | ||
"lib": [ | ||
"es2015", | ||
"dom" | ||
], | ||
"lib": ["es2015", "dom"], | ||
"declaration": true, | ||
@@ -12,0 +9,0 @@ "baseUrl": ".", |
10785
198