ayiin 1.0.6 → 1.0.7

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
@@ -4,5 +4,6 @@ const { generateOtp } = ayiin
4
4
 
5
5
 
6
6
  export {
7
+ ayiin as default,
7
8
  generateOtp
8
9
  }
package/lib/ayiin.js CHANGED
@@ -11,6 +11,12 @@
11
11
 
12
12
  import generateOtp from "./generateOtp.js";
13
13
 
14
+ function ayiin() {
15
+ const mapData = [];
16
+ }
17
+
18
+ var ayiin = ayiin()
19
+
14
20
  // Expose generateOtp
15
21
  ayiin.generateOtp = generateOtp;
16
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ayiin",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Library Pribadi Yang Gak Ada Isinya",
5
5
  "type": "module",
6
6
  "author": "AyiinXd",