@git-stunts/alfred
Advanced tools
+7
-0
@@ -8,2 +8,9 @@ # Changelog | ||
| ## [0.6.9] - 2026-02-02 | ||
| ### Added | ||
| - **Cloudflare Workers Support**: Alfred now verified to work in Cloudflare Workers runtime via Miniflare tests. | ||
| - **Cloudflare Workers CI**: Docker-based Miniflare tests run in CI to ensure continued compatibility. | ||
| ## [0.6.0] - 2026-02-02 | ||
@@ -10,0 +17,0 @@ |
+1
-1
| { | ||
| "name": "@git-stunts/alfred", | ||
| "version": "0.6.0", | ||
| "version": "0.6.9", | ||
| "description": "Production-grade resilience patterns for async ops: retry/backoff+jitter, circuit breaker, bulkhead, timeout.", | ||
@@ -5,0 +5,0 @@ |
+1
-1
| { | ||
| "name": "@git-stunts/alfred", | ||
| "version": "0.6.0", | ||
| "version": "0.6.9", | ||
| "description": "Production-grade resilience patterns for async ops: retry/backoff+jitter, circuit breaker, bulkhead, timeout.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+2
-0
@@ -87,2 +87,3 @@ # @git-stunts/alfred | ||
| - **Browsers** (Chrome 85+, Firefox 79+, Safari 14+, Edge 85+) | ||
| - **Cloudflare Workers** | ||
@@ -507,2 +508,3 @@ Uses standard Web APIs (AbortController, AbortSignal, Promise.any) with no Node-specific dependencies. Runtime-aware clock management ensures clean process exits in server environments. | ||
| - Modern browsers (Chrome 85+, Firefox 79+, Safari 14+) | ||
| - Cloudflare Workers | ||
@@ -509,0 +511,0 @@ For older runtimes, use a polyfill like [core-js](https://github.com/zloirock/core-js#promiseany) or [promise.any](https://www.npmjs.com/package/promise.any). |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
135671
0.22%831
0.24%