@middy/http-router
Advanced tools
Comparing version 4.5.2 to 4.5.3
@@ -8,2 +8,3 @@ import middy, { MiddyfiedHandler } from '@middy/core' | ||
APIGatewayProxyResult, | ||
APIGatewayProxyResultV2, | ||
Handler as LambdaHandler | ||
@@ -14,3 +15,3 @@ } from 'aws-lambda' | ||
type TResult = ALBResult | APIGatewayProxyResult | ||
type TResult = ALBResult | APIGatewayProxyResult | APIGatewayProxyResultV2 | ||
@@ -17,0 +18,0 @@ export interface Route<TEvent> { |
{ | ||
"name": "@middy/http-router", | ||
"version": "4.5.2", | ||
"version": "4.5.3", | ||
"description": "HTTP event router for the middy framework", | ||
@@ -69,9 +69,9 @@ "type": "module", | ||
"dependencies": { | ||
"@middy/util": "4.5.2" | ||
"@middy/util": "4.5.3" | ||
}, | ||
"devDependencies": { | ||
"@middy/core": "4.5.2", | ||
"@middy/core": "4.5.3", | ||
"@types/aws-lambda": "^8.10.97" | ||
}, | ||
"gitHead": "ab0fe0f6a6c27b8f2b7b0e6fbde5a7de3b3b00d6" | ||
"gitHead": "b404cfd9dcdf7eea61525c2f12245f133483ef6b" | ||
} |
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
16343
344
+ Added@middy/util@4.5.3(transitive)
- Removed@middy/util@4.5.2(transitive)
Updated@middy/util@4.5.3