lambda-tester
Advanced tools
@@ -0,1 +1,9 @@ | ||
# Change Log | ||
## 2.5.1 (2016-05-29) | ||
Updated: | ||
* `event()` changed to make a copy of the object that was passed | ||
## 2.5.0 (2016-05-14) | ||
@@ -2,0 +10,0 @@ |
@@ -277,3 +277,3 @@ 'use strict'; | ||
this._event = evt; | ||
this._event = Object.assign( {}, evt ); | ||
@@ -280,0 +280,0 @@ return this; |
{ | ||
"name": "lambda-tester", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Unit/Integration tests for AWS Lambda handlers", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
30336
0.44%