@b9g/async-context 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -227,10 +227,10 @@ The polyfill provides:
227
227
 
228
228
  This package works in any JavaScript runtime that supports `AsyncLocalStorage`:
229
229
 
230
- - ✅ Node.js 12.17+ (native support)
231
- - ✅ Bun (native support)
232
- - ✅ Cloudflare Workers (via Node.js compatibility)
233
- - ⚠️ Deno (via Node.js compatibility layer: `import { AsyncLocalStorage } from "node:async_hooks"`)
230
+ - ✅ Node.js 12.17+
231
+ - ✅ Bun
232
+ - ✅ Deno
233
+ - Cloudflare Workers
234
234
 
235
235
  ## Differences from TC39 Proposal
236
236
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@b9g/async-context",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Lightweight AsyncContext polyfill for JavaScript runtimes. Implements TC39 AsyncContext proposal using AsyncLocalStorage.",
5
5
  "keywords": [
6
6
  "asynccontext",