Skip to content

Commit 87b4fd5

Browse files
committed
version bump
1 parent 5e6846b commit 87b4fd5

File tree

2 files changed

+85
-47
lines changed

2 files changed

+85
-47
lines changed

package-lock.json

Lines changed: 81 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamodb-toolbox",
3-
"version": "0.2.0-alpha",
3+
"version": "0.2.0-beta",
44
"description": "A simple set of tools for working with Amazon DynamoDB and the DocumentClient.",
55
"author": "Jeremy Daly <jeremy@jeremydaly.com>",
66
"main": "index.js",
@@ -35,10 +35,10 @@
3535
]
3636
},
3737
"devDependencies": {
38-
"aws-sdk": "^2.673.0",
38+
"aws-sdk": "^2.713.0",
3939
"coveralls": "^3.1.0",
40-
"dynalite": "^3.1.6",
40+
"dynalite": "^3.2.0",
4141
"eslint": "^6.8.0",
4242
"jest": "^24.9.0"
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)