ani-client 2.0.0 → 2.0.1

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 CHANGED
@@ -603,7 +603,7 @@ declare enum MediaRelationType {
603
603
  }
604
604
  interface MediaEdge {
605
605
  relationType: MediaRelationType;
606
- node: Pick<Media, "id" | "title" | "type" | "format" | "status" | "coverImage" | "siteUrl">;
606
+ node: Pick<Media, "id" | "title" | "type" | "format" | "status" | "startDate" | "endDate" | "season" | "seasonYear" | "episodes" | "chapters" | "volumes" | "coverImage" | "genres" | "averageScore" | "studios" | "siteUrl">;
607
607
  }
608
608
  interface MediaConnection {
609
609
  edges: MediaEdge[];
package/dist/index.d.ts CHANGED
@@ -603,7 +603,7 @@ declare enum MediaRelationType {
603
603
  }
604
604
  interface MediaEdge {
605
605
  relationType: MediaRelationType;
606
- node: Pick<Media, "id" | "title" | "type" | "format" | "status" | "coverImage" | "siteUrl">;
606
+ node: Pick<Media, "id" | "title" | "type" | "format" | "status" | "startDate" | "endDate" | "season" | "seasonYear" | "episodes" | "chapters" | "volumes" | "coverImage" | "genres" | "averageScore" | "studios" | "siteUrl">;
607
607
  }
608
608
  interface MediaConnection {
609
609
  edges: MediaEdge[];
package/dist/index.js CHANGED
@@ -1903,7 +1903,7 @@ function mapFavorites(fav) {
1903
1903
 
1904
1904
  // src/client/index.ts
1905
1905
  var DEFAULT_API_URL = "https://graphql.anilist.co";
1906
- var LIB_VERSION = "2.0.0" ;
1906
+ var LIB_VERSION = "2.0.1" ;
1907
1907
  var AniListClient = class {
1908
1908
  apiUrl;
1909
1909
  headers;