@middy/do-not-wait-for-empty-event-loop
Advanced tools
Comparing version 1.0.0-alpha.44 to 1.0.0-alpha.45
@@ -9,4 +9,4 @@ import middy from '@middy/core' | ||
declare function doNotWaitForEmptyEventLoop(opts?: IDoNotWaitForEmtpyEventLoopOptions): middy.IMiddyMiddlewareObject; | ||
declare const doNotWaitForEmptyEventLoop : middy.Middleware<IDoNotWaitForEmtpyEventLoopOptions, any, any> | ||
export default doNotWaitForEmptyEventLoop |
{ | ||
"name": "@middy/do-not-wait-for-empty-event-loop", | ||
"version": "1.0.0-alpha.44", | ||
"version": "1.0.0-alpha.45", | ||
"description": "Middleware for the middy framework that allows to easily disable the wait for empty event loop in a Lambda function", | ||
@@ -44,6 +44,6 @@ "engines": { | ||
"devDependencies": { | ||
"@middy/core": "^1.0.0-alpha.44", | ||
"@middy/core": "^1.0.0-alpha.45", | ||
"es6-promisify": "^6.0.2" | ||
}, | ||
"gitHead": "e96e46b686064792b0652abe9d8a07029a63e8ad" | ||
"gitHead": "df9c23728ea5dd29689fdea48473a29e41d5ee92" | ||
} |
@@ -5,3 +5,4 @@ { | ||
"lib": ["es2015"], | ||
"target": "es2015" | ||
"target": "es2015", | ||
"esModuleInterop": true | ||
}, | ||
@@ -8,0 +9,0 @@ "files": [ |
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
11070
147