nestjs-request-context
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "nestjs-request-context", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Helper library for accessing request from singleton services", | ||
@@ -27,6 +27,6 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@nestjs/common": "^8.1.1", | ||
"@nestjs/core": "^8.1.1", | ||
"@nestjs/platform-express": "^8.1.1", | ||
"@nestjs/testing": "^8.1.1", | ||
"@nestjs/common": "^9.0.5", | ||
"@nestjs/core": "^9.0.5", | ||
"@nestjs/platform-express": "^9.0.5", | ||
"@nestjs/testing": "^9.0.5", | ||
"@types/express": "^4.17.3", | ||
@@ -33,0 +33,0 @@ "@types/jest": "^26.0.14", |
@@ -30,1 +30,12 @@ # NestJS request-context | ||
``` | ||
# Release Notes | ||
### 0.1.0 | ||
Updated peer dependencies to `8.x` | ||
### 1.0.0 | ||
Use `async_hooks` instead `asyncctx` as it's deprecated |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
8571
41
1