@irfanshadikrishad/anilist 1.1.0-forbidden.0 → 1.1.1-forbidden.0
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 +5 -0
- package/assets/binance.jpg +0 -0
- package/bin/index.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -229,4 +229,9 @@ Since you are creating your own API client for login no else else can get your c
|
|
|
229
229
|
|
|
230
230
|
Want to contribute to the project? Check out complete guideline [here](CONTRIBUTING.md).
|
|
231
231
|
|
|
232
|
+
#### Donation
|
|
233
|
+
|
|
234
|
+
<img src='/assets/binance.jpg' alt='irfanshadikrishad_binance_pay' width='200px'><br>
|
|
235
|
+
Support the project if you find it useful to you.
|
|
236
|
+
|
|
232
237
|
#### **_Thanks for visiting 💙_**
|
|
Binary file
|
package/bin/index.js
CHANGED
|
@@ -16,7 +16,7 @@ const cli = new Command();
|
|
|
16
16
|
cli
|
|
17
17
|
.name("anilist")
|
|
18
18
|
.description("Minimalist unofficial AniList CLI for Anime and Manga Enthusiasts.")
|
|
19
|
-
.version("1.
|
|
19
|
+
.version("1.1.1-forbidden.0");
|
|
20
20
|
cli
|
|
21
21
|
.command("login")
|
|
22
22
|
.description("Login with AniList")
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@irfanshadikrishad/anilist",
|
|
3
3
|
"description": "Minimalist unofficial AniList CLI for Anime and Manga Enthusiasts",
|
|
4
4
|
"author": "Irfan Shadik Rishad",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.1-forbidden.0",
|
|
6
6
|
"main": "./bin/index.js",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"types": "./bin/index.d.ts",
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@eslint/js": "^9.13.0",
|
|
56
56
|
"@types/json2csv": "^5.0.7",
|
|
57
|
-
"@types/node": "^22.8.
|
|
57
|
+
"@types/node": "^22.8.6",
|
|
58
58
|
"eslint": "^9.13.0",
|
|
59
59
|
"globals": "^15.11.0",
|
|
60
60
|
"prettier": "^3.3.3",
|
|
61
61
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
62
62
|
"typescript": "^5.6.3",
|
|
63
|
-
"typescript-eslint": "^8.
|
|
63
|
+
"typescript-eslint": "^8.12.2"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"commander": "^12.1.0",
|