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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1901,7 +1901,7 @@ function mapFavorites(fav) {
|
|
|
1901
1901
|
|
|
1902
1902
|
// src/client/index.ts
|
|
1903
1903
|
var DEFAULT_API_URL = "https://graphql.anilist.co";
|
|
1904
|
-
var LIB_VERSION = "2.0.
|
|
1904
|
+
var LIB_VERSION = "2.0.1" ;
|
|
1905
1905
|
var AniListClient = class {
|
|
1906
1906
|
apiUrl;
|
|
1907
1907
|
headers;
|