+1
-1
| { | ||
| "name": "regulo", | ||
| "version": "1.3.0", | ||
| "version": "1.3.1", | ||
| "description": "Control the heat — a priority-queue semaphore with weighted permits, a saturation circuit breaker, adaptive backoff, and built-in metrics. Zero dependencies.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
+1
-1
@@ -26,3 +26,3 @@ # **Regulo** | ||
| - **⏳ Head-of-line fairness** — once a caller is in line, nobody jumps the queue ahead of it. | ||
| - **🪶 Tiny footprint, no supply-chain surface** — roughly 6.6 KB min+gzip (~26 KB minified, ~6.1 KB brotli) with zero runtime dependencies, so there's nothing transitive to audit, update, or trust. Tree-shakeable ESM. | ||
| - **🪶 Small footprint, no supply-chain surface** — a single ~33 KB file with zero runtime dependencies, so there's nothing transitive to audit, update, or trust. Tree-shakeable ESM. | ||
| - **🧯 Production-minded** — graceful `drain()`, `reset()`, `cancel()`, and `shutdown()`; stale-task purging; double-release safety; strict-mode TypeScript types. | ||
@@ -29,0 +29,0 @@ |
468089
-0.01%