@splitmedialabs/supermailer-node
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -15,5 +15,4 @@ import { AxiosInstance } from 'axios'; | ||
recipientEmail: string; | ||
language?: string; | ||
templateData?: Record<string, string>; | ||
language: string; | ||
templateData: Record<string, string>; | ||
recipientName?: string; | ||
@@ -20,0 +19,0 @@ } |
{ | ||
"name": "@splitmedialabs/supermailer-node", | ||
"description": "Node JS library for Supermailer.", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "types": "index.d.ts", |
20255