BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-08-07 16:37:19 +02:00
parent 8eafd81c9f
commit bf6d9ad777
10 changed files with 7783 additions and 18341 deletions

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartsmtp',
version: '3.0.0',
description: 'a module for handling smtp stuff'
}

View File

@ -1 +1 @@
export * from './smartsmtp.classes.smartsmtp';
export * from './smartsmtp.classes.smartsmtp.js';

View File

@ -1,4 +1,4 @@
import * as plugins from './smartsmtp.plugins';
import * as plugins from './smartsmtp.plugins.js';
export interface ISmartSmtpOptions {
smtpServer: string;