mgbuild 2.1.59 → 2.1.62

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.
@@ -8,7 +8,6 @@ type Logger = (log: Log) => any;
8
8
  export declare class Scraper {
9
9
  private logger?;
10
10
  private api;
11
- private scansNumber;
12
11
  constructor(logger?: Logger);
13
12
  manga(manga_code: string): Promise<{
14
13
  id: number;
@@ -4,6 +4,7 @@ type SussyOptions = {
4
4
  origin: string;
5
5
  code: string;
6
6
  genId: string;
7
+ token: string;
7
8
  };
8
9
  export declare class SussyAPI {
9
10
  private options;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mgbuild",
3
- "version": "2.1.59",
3
+ "version": "2.1.62",
4
4
  "scripts": {},
5
5
  "description": "",
6
6
  "main": "lib/index.js",