lambda-tester
Advanced tools
Comparing version
# Change Log | ||
## 3.0 (2017-04-26) | ||
## 3.0.1 (2017-04-27) | ||
Fixed: | ||
* Timeout enforced for default case. Thanks @AntonBazhal | ||
Updated: | ||
* Dependencies | ||
## 3.0.0 (2017-04-26) | ||
New: | ||
@@ -6,0 +16,0 @@ |
@@ -9,3 +9,3 @@ 'use strict'; | ||
const DEFAULT_TIMEOUT = 3000; // s3 | ||
const DEFAULT_TIMEOUT = 0; | ||
@@ -12,0 +12,0 @@ const TARGET_NODE_VERSION = '6.10.1'; |
{ | ||
"name": "lambda-tester", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Unit/Integration tests for AWS Lambda handlers", | ||
@@ -38,6 +38,6 @@ "main": "lib/index.js", | ||
"mocha": "^3.3.0", | ||
"sinon": "^1.17.7" | ||
"sinon": "^2.1.0" | ||
}, | ||
"dependencies": { | ||
"app-root-path": "^1.4.0", | ||
"app-root-path": "^2.0.1", | ||
"dotenv": "^4.0.0", | ||
@@ -44,0 +44,0 @@ "lambda-leak": "^2.0.0", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
37443
0.29%0
-100%+ Added
- Removed
Updated