ayiin 1.0.14 → 1.0.15

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 (3) hide show
  1. package/index.d.ts +1 -11
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1,11 +1 @@
1
- import Ayiin from "./lib/core/Ayiin";
2
-
3
- export declare module 'ayiin';
4
-
5
- /** @public */
6
- export declare class Ayiin extends Ayiin {
7
- /** The username for auth */
8
- email?: string;
9
- /** The password for auth */
10
- password?: string;
11
- }
1
+ declare module 'ayiin';
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ayiin",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Library Pribadi Yang Gak Ada Isinya",
5
5
  "type": "module",
6
6
  "author": "AyiinXd",