@middy/core
Advanced tools
Comparing version 5.4.1 to 5.4.2
@@ -99,8 +99,9 @@ import { | ||
onError: AttachMiddlewareFn<TEvent, TResult, TErr, TContext, TInternal> | ||
handler: <TAdditional>( | ||
handler: <TInputHandlerEventProps, TInputHandlerResultProps>( | ||
handler: MiddlewareHandler< | ||
LambdaHandler<TEvent & TAdditional, TResult>, | ||
LambdaHandler<TInputHandlerEventProps, TInputHandlerResultProps>, | ||
TContext | ||
> | ||
) => MiddyfiedHandler<TEvent, TResult, TErr, TContext, TInternal> | ||
| LambdaHandler<TInputHandlerEventProps, TInputHandlerResultProps> | ||
) => MiddyfiedHandler<TInputHandlerEventProps, TInputHandlerResultProps, TErr, TContext, TInternal> | ||
} | ||
@@ -107,0 +108,0 @@ |
{ | ||
"name": "@middy/core", | ||
"version": "5.4.1", | ||
"version": "5.4.2", | ||
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda (core package)", | ||
@@ -63,3 +63,3 @@ "type": "module", | ||
}, | ||
"gitHead": "8d3743e7fb9d0eb2da02a4e5018f76de5ab74bca", | ||
"gitHead": "e862f8d6cbd447461537bc8e8db39c6720290e2f", | ||
"dependencies": { | ||
@@ -66,0 +66,0 @@ "@datastream/core": "0.0.35" |
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
18586
390