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.BajoPlugin {
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "masohi-mail",
3
- "version": "1.2.3",
3
+ "version": "2.0.0",
4
4
  "description": "Mail Handler for Masohi Messaging",
5
5
  "main": "index.js",
6
6
  "scripts": {
File without changes
File without changes