docs(providers): align the remaining visible provider/executor counts with the catalog

This commit is contained in:
diegosouzapw
2026-09-02 18:26:29 -03:00
parent 08bc82a994
commit 5b0d0eac0b
4 changed files with 7 additions and 7 deletions

View File

@@ -252,7 +252,7 @@ Supports **19 routing strategies** (see `src/shared/constants/routingStrategies.
### base.ts (1170 LOC)
The **abstract executor** that all 101 executors extend. It contains:
The **abstract executor** that all 107 executors extend. It contains:
- `buildUrl()` — default URL construction (subclasses override for custom)
- `buildHeaders()` — default headers (auth, content-type)