Skip to content

Commit

Permalink
export crunchyroll
Browse files Browse the repository at this point in the history
  • Loading branch information
riimuru committed Oct 22, 2022
1 parent d42ac49 commit dc6fb27
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions dist/providers/anime/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Zoro from './zoro';
import AniMixPlay from './animixplay';
import AnimeFox from './animefox';
import Enime from './enime';
import Crunchyroll from './crunchyroll';
declare const _default: {
Gogoanime: typeof Gogoanime;
NineAnime: typeof NineAnime;
Expand All @@ -13,5 +14,6 @@ declare const _default: {
AniMixPlay: typeof AniMixPlay;
AnimeFox: typeof AnimeFox;
Enime: typeof Enime;
Crunchyroll: typeof Crunchyroll;
};
export default _default;
3 changes: 2 additions & 1 deletion dist/providers/anime/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/providers/anime/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/utils/providers-list.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* add new providers here (order does not matter)
*/
export declare const PROVIDERS_LIST: {
ANIME: (import("../providers/anime/gogoanime").default | import("../providers/anime/9anime").default | import("../providers/anime/animepahe").default | import("../providers/anime/zoro").default | import("../providers/anime/animixplay").default | import("../providers/anime/animefox").default | import("../providers/anime/enime").default)[];
ANIME: (import("../providers/anime/gogoanime").default | import("../providers/anime/9anime").default | import("../providers/anime/animepahe").default | import("../providers/anime/zoro").default | import("../providers/anime/animixplay").default | import("../providers/anime/animefox").default | import("../providers/anime/enime").default | import("../providers/anime/crunchyroll").default)[];
MANGA: (import("../providers/manga/mangadex").default | import("../providers/manga/mangahere").default | import("../providers/manga/mangakakalot").default | import("../providers/manga/mangasee123").default)[];
BOOKS: import("../providers/books/libgen").default[];
COMICS: import("../providers/comics/getComics").default[];
Expand Down
1 change: 1 addition & 0 deletions dist/utils/providers-list.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/utils/providers-list.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consumet/extensions",
"version": "1.2.0",
"version": "1.2.1",
"description": "Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/utils/providers-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const PROVIDERS_LIST = {
new ANIME.AniMixPlay(),
new ANIME.AnimeFox(),
new ANIME.Enime(),
new ANIME.Crunchyroll(),
],
MANGA: [new MANGA.MangaDex(), new MANGA.MangaHere(), new MANGA.MangaKakalot(), new MANGA.Mangasee123()],
BOOKS: [new BOOKS.Libgen()],
Expand Down

0 comments on commit dc6fb27

Please sign in to comment.