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

Commit 24dbe46

Browse files
authored
Merge pull request #649 from aws/trestian
Locking down AWS SDK version.
2 parents fa8ab48 + 516399a commit 24dbe46

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,10 @@ In order to authenticate with the Amazon Cognito Identity Service, the client ne
849849

850850
## Change Log
851851

852+
**v1.30.0:**
853+
* What has changed
854+
* Temporary fix to lock down the AWS SDK version to a compatible one.
855+
852856
**v1.29.0:**
853857
* What has changed
854858
* Fixing verify software token call to work with access token.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "amazon-cognito-identity-js",
33
"description": "Amazon Cognito Identity Provider JavaScript SDK",
4-
"version": "1.29.0",
4+
"version": "1.30.0",
55
"author": {
66
"name": "Amazon Web Services",
77
"email": "aws@amazon.com",
@@ -60,7 +60,7 @@
6060
"jsnext:main": "es/index.js",
6161
"types": "./index.d.ts",
6262
"dependencies": {
63-
"aws-sdk": "^2.6.0",
63+
"aws-sdk": "2.177.0",
6464
"js-cookie": "^2.1.4"
6565
},
6666
"devDependencies": {

0 commit comments

Comments
 (0)