ani-client 2.1.3 → 2.1.4
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/README.md +3 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -647,6 +647,7 @@ var RELATIONS_FIELDS = `
|
|
|
647
647
|
type
|
|
648
648
|
format
|
|
649
649
|
status
|
|
650
|
+
description(asHtml: false)
|
|
650
651
|
startDate { year month day }
|
|
651
652
|
endDate { year month day }
|
|
652
653
|
season
|
|
@@ -681,6 +682,8 @@ var MEDIA_RECOMMENDATION_FIELDS = `
|
|
|
681
682
|
title { romaji english native userPreferred }
|
|
682
683
|
type
|
|
683
684
|
format
|
|
685
|
+
status
|
|
686
|
+
description(asHtml: false)
|
|
684
687
|
coverImage { extraLarge large medium color }
|
|
685
688
|
averageScore
|
|
686
689
|
meanScore
|
|
@@ -2361,7 +2364,7 @@ function mapFavorites(fav) {
|
|
|
2361
2364
|
|
|
2362
2365
|
// src/client/index.ts
|
|
2363
2366
|
var DEFAULT_API_URL = "https://graphql.anilist.co";
|
|
2364
|
-
var LIB_VERSION = "2.1.
|
|
2367
|
+
var LIB_VERSION = "2.1.4" ;
|
|
2365
2368
|
var AniListClient = class {
|
|
2366
2369
|
apiUrl;
|
|
2367
2370
|
headers;
|