@clipboard-health/execution-context
Advanced tools
Comparing version 0.4.1 to 0.5.0
{ | ||
"name": "@clipboard-health/execution-context", | ||
"description": "A lightweight Node.js utility for managing execution contexts and metadata aggregation using AsyncLocalStorage.", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"bugs": "https://github.com/ClipboardHealth/core-utils/issues", | ||
@@ -25,5 +25,2 @@ "dependencies": { | ||
}, | ||
"scripts": { | ||
"embed": "embedme README.md" | ||
}, | ||
"type": "commonjs", | ||
@@ -30,0 +27,0 @@ "typings": "./src/index.d.ts", |
@@ -13,2 +13,3 @@ # @clipboard-health/execution-context <!-- omit from toc --> | ||
- [Features](#features) | ||
- [Install](#install) | ||
@@ -29,4 +30,3 @@ - [Usage](#usage) | ||
```ts | ||
// ./examples/executionContext.ts | ||
// packages/execution-context/examples/executionContext.ts | ||
import { | ||
@@ -33,0 +33,0 @@ addMetadataToLocalContext, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10132