ayiin 1.0.7 → 1.0.8

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