ayiin 1.0.15 → 1.0.17

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
@@ -1,4 +1,4 @@
1
- import { Ayiin } from "./lib/ayiin.js";
1
+ import Ayiin from "./lib/ayiin.js";
2
2
 
3
3
 
4
4
  export default Ayiin;
package/lib/ayiin.js CHANGED
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
2
 
4
3
  import Ayiin from "./core/Ayiin.js";
5
4
 
6
- const ayiinClient = require("./core/Ayiin.js");
7
- Object.defineProperty(exports, "Ayiin", { enumerable: true, get: function () { return ayiinClient.Ayiin; } });
5
+ export default Ayiin;
package/lib/core/Ayiin.js CHANGED
@@ -1,4 +1,4 @@
1
- const nodemailer = require('nodemailer');
1
+ import nodemailer from 'nodemailer';
2
2
 
3
3
 
4
4
  class Ayiin {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ayiin",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "description": "Library Pribadi Yang Gak Ada Isinya",
5
5
  "type": "module",
6
6
  "author": "AyiinXd",