masohi-mail 1.2.3 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import nodemailer from 'nodemailer'
|
|
|
5
5
|
async function factory (pkgName) {
|
|
6
6
|
const me = this
|
|
7
7
|
|
|
8
|
-
return class MasohiMail extends this.lib.
|
|
8
|
+
return class MasohiMail extends this.lib.Plugin {
|
|
9
9
|
constructor () {
|
|
10
10
|
super(pkgName, me.app)
|
|
11
11
|
this.alias = 'mail'
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|