connect-dynamodb
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -0,1 +1,6 @@ | ||
1.0.9 / 2016-08-21 | ||
================== | ||
* Fix bug with reap method (https://github.com/ca98am79/connect-dynamodb/issues/33) | ||
1.0.8 / 2016-07-18 | ||
@@ -2,0 +7,0 @@ ================== |
@@ -200,3 +200,3 @@ /*! | ||
params.ExclusiveStartKey = data.LastEvaluatedKey; | ||
this.client.scan(params, onScan); | ||
this.client.scan(params, onScan.bind(this)); | ||
} | ||
@@ -203,0 +203,0 @@ }.bind(this)); |
{ | ||
"name": "connect-dynamodb", | ||
"description": "DynamoDB session store for Connect", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"author": "Mike Carson <ca98am79@gmail.com> (http://ca98am79.com)", | ||
@@ -6,0 +6,0 @@ "main": "./index.js", |
18149