ani-client 1.4.4 → 1.5.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/README.md +3 -3
- package/dist/index.d.mts +221 -354
- package/dist/index.d.ts +221 -354
- package/dist/index.js +731 -653
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +728 -654
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -7
package/README.md
CHANGED
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
|
|
7
7
|
> A simple, typed client to fetch anime, manga, character, staff and user data from [AniList](https://anilist.co).
|
|
8
8
|
|
|
9
|
-
✨ **Showcase**: [Check here](https://
|
|
9
|
+
✨ **Showcase**: [Check here](https://docs-aniclient.gonzyuidev.xyz/showcase) to see which projects use this package!
|
|
10
10
|
|
|
11
11
|
- **Zero dependencies** — uses the native `fetch` API
|
|
12
12
|
- **Universal** — Node.js ≥ 20, Bun, Deno and modern browsers
|
|
13
13
|
- **Dual format** — ships ESM + CJS with full TypeScript declarations
|
|
14
|
-
- **Reliable** — Built-in caching, Rate-limit protections, automatic retries & request deduplication!
|
|
14
|
+
- **Reliable** — Built-in caching, Rate-limit protections with exponential backoff, automatic retries & request deduplication!
|
|
15
15
|
|
|
16
16
|
## 📖 Documentation
|
|
17
17
|
|
|
18
18
|
The full API reference, usage guide, and configuration examples are available on our official documentation website!
|
|
19
19
|
|
|
20
|
-
**[👉 View the full documentation here](https://
|
|
20
|
+
**[👉 View the full documentation here](https://docs-aniclient.gonzyuidev.xyz/)**
|
|
21
21
|
|
|
22
22
|
## Install
|
|
23
23
|
|