BREAKING CHANGE(core): switch to esm
This commit is contained in:
8
ts/00_commitinfo_data.ts
Normal file
8
ts/00_commitinfo_data.ts
Normal 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'
|
||||
}
|
@ -1 +1 @@
|
||||
export * from './smartsmtp.classes.smartsmtp';
|
||||
export * from './smartsmtp.classes.smartsmtp.js';
|
@ -1,4 +1,4 @@
|
||||
import * as plugins from './smartsmtp.plugins';
|
||||
import * as plugins from './smartsmtp.plugins.js';
|
||||
|
||||
export interface ISmartSmtpOptions {
|
||||
smtpServer: string;
|
||||
|
Reference in New Issue
Block a user