ayiin 1.0.24 → 1.0.25

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/ayiin/index.d.ts CHANGED
@@ -13,4 +13,4 @@ declare class Ayiin extends Base {
13
13
  searchContent: (provider: Provider, query: string, page?: number) => Promise<Array<Videos>>;
14
14
  userInfo: () => Promise<Response>;
15
15
  }
16
- export default Ayiin;
16
+ export { Ayiin, Provider, Video, Videos };
package/ayiin/index.js CHANGED
@@ -12,6 +12,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
13
13
  };
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.Ayiin = void 0;
15
16
  const fs_1 = __importDefault(require("fs"));
16
17
  const path_1 = __importDefault(require("path"));
17
18
  const base_1 = __importDefault(require("./base"));
@@ -83,5 +84,5 @@ class Ayiin extends base_1.default {
83
84
  }
84
85
  ;
85
86
  }
87
+ exports.Ayiin = Ayiin;
86
88
  ;
87
- exports.default = Ayiin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ayiin",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "Library Pribadi Yang Gak Ada Isinya",
5
5
  "author": "AyiinXd",
6
6
  "license": "MIT",