Skip to content
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.

Commit

Permalink
Locking down AWS SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionut Trestian committed Jan 11, 2018
1 parent fa8ab48 commit 3aaf407
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,10 @@ In order to authenticate with the Amazon Cognito Identity Service, the client ne

## Change Log

**v1.30.0:**
* What has changed
* Temporary fix to lock down the AWS SDK version to a compatible one.

**v1.29.0:**
* What has changed
* Fixing verify software token call to work with access token.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"jsnext:main": "es/index.js",
"types": "./index.d.ts",
"dependencies": {
"aws-sdk": "^2.6.0",
"aws-sdk": "2.177.0",
"js-cookie": "^2.1.4"
},
"devDependencies": {
Expand Down

0 comments on commit 3aaf407

Please sign in to comment.