ani-client 2.0.1 → 2.0.2
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -446,6 +446,13 @@ var RELATIONS_FIELDS = `
|
|
|
446
446
|
averageScore
|
|
447
447
|
studios { nodes { id name isAnimationStudio siteUrl } }
|
|
448
448
|
siteUrl
|
|
449
|
+
nextAiringEpisode {
|
|
450
|
+
id
|
|
451
|
+
airingAt
|
|
452
|
+
episode
|
|
453
|
+
mediaId
|
|
454
|
+
timeUntilAiring
|
|
455
|
+
}
|
|
449
456
|
}
|
|
450
457
|
}
|
|
451
458
|
}
|
|
@@ -1901,7 +1908,7 @@ function mapFavorites(fav) {
|
|
|
1901
1908
|
|
|
1902
1909
|
// src/client/index.ts
|
|
1903
1910
|
var DEFAULT_API_URL = "https://graphql.anilist.co";
|
|
1904
|
-
var LIB_VERSION = "2.0.
|
|
1911
|
+
var LIB_VERSION = "2.0.2" ;
|
|
1905
1912
|
var AniListClient = class {
|
|
1906
1913
|
apiUrl;
|
|
1907
1914
|
headers;
|