anilink-api-wrapper 1.17.1 → 1.17.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.
@@ -32,6 +32,7 @@ const sendRequest = (url, method, data, token) => __awaiter(void 0, void 0, void
32
32
  return response.data;
33
33
  }
34
34
  catch (error) {
35
+ console.log('error', error);
35
36
  if (error.response) {
36
37
  // The request was made and the server responded with a status code
37
38
  // that falls out of the range of 2xx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anilink-api-wrapper",
3
- "version": "1.17.1",
3
+ "version": "1.17.2",
4
4
  "description": "Anilist API Wrapper",
5
5
  "main": "dist/AniLink.js",
6
6
  "scripts": {