@clipboard-health/execution-context
Advanced tools
Comparing version 0.5.0 to 0.6.0
{ | ||
"name": "@clipboard-health/execution-context", | ||
"description": "A lightweight Node.js utility for managing execution contexts and metadata aggregation using AsyncLocalStorage.", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"bugs": "https://github.com/ClipboardHealth/core-utils/issues", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -28,4 +28,5 @@ # @clipboard-health/execution-context <!-- omit from toc --> | ||
<embedex source="packages/execution-context/examples/executionContext.ts"> | ||
```ts | ||
// packages/execution-context/examples/executionContext.ts | ||
import { | ||
@@ -81,4 +82,6 @@ addMetadataToLocalContext, | ||
</embedex> | ||
## Local development commands | ||
See [`package.json`](./package.json) `scripts` for a list of commands. |
10161
86