Skip to content

Commit

Permalink
Merge pull request #11 from Asymmetrik/feature/respect-versions
Browse files Browse the repository at this point in the history
Feature/respect versions
  • Loading branch information
jyoung-asymmetrik committed Dec 8, 2017
2 parents 246e4df + f68d4b1 commit b2c7b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@asymmetrik/yadda-secret",
"description": "Client secret library",
"version": "0.0.11",
"version": "0.0.12",
"main": "index.js",
"author": "contributors",
"contributors": [
Expand Down
1 change: 1 addition & 0 deletions src/lib/secretstore.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class SecretStore {
TableName: options.table,
Limit: 1,
ConsistentRead: true,
ScanIndexForward: false,
KeyConditionExpression: '#name = :name',
ExpressionAttributeNames: {
'#name': 'name'
Expand Down

0 comments on commit b2c7b55

Please sign in to comment.