tsarr 1.3.0 → 1.5.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 CHANGED
@@ -1,4 +1,6 @@
1
- # Tsarr
1
+ # <img src="./docs/logo.png" alt="Tsarr Logo" width="40" height="40" style="vertical-align: middle; margin-right: 8px;"> Tsarr
2
+
3
+ *TypeScript-arr (pronounced "Tsar" /tsɑr/ - a Slavic king/emperor)*
2
4
 
3
5
  [![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat-square&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
4
6
  [![Bun](https://img.shields.io/badge/Bun-000000?style=flat-square&logo=bun&logoColor=white)](https://bun.sh)
@@ -12,11 +14,8 @@ Tsarr provides type-safe TypeScript clients for all Servarr APIs, generated from
12
14
  ## Features
13
15
 
14
16
  - 🛡️ **Type-safe** - Generated from official Swagger/OpenAPI specs
15
- - ⚡ **Bun-optimized** - Leverages Bun's native fetch API
16
- - 📦 **Modular** - Separate modules for each Servarr app (Radarr, Sonarr, etc.)
17
- - 🌳 **Tree-shakable** - Lightweight and dependency-minimal
18
- - 🔄 **Auto-generated** - CI pipeline regenerates when APIs change
19
- - 🤖 **Automation-friendly** - Perfect for building tools and scripts
17
+ - ⚡ **Bun-optimized** - Leverages native fetch API
18
+ - 📦 **Modular** - Separate clients for each Servarr app
20
19
 
21
20
  ## Supported Servarr Apps
22
21