From 3aaf407e1919f6e188d68b5daca2118498cabf5f Mon Sep 17 00:00:00 2001 From: Ionut Trestian Date: Thu, 11 Jan 2018 22:13:13 +0000 Subject: [PATCH 1/2] Locking down AWS SDK version --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a981afc..87fe5f73 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 6e637755..e3630f9d 100644 --- a/package.json +++ b/package.json @@ -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": { From 516399a0c70cb0ceb58af21c7196759897891d09 Mon Sep 17 00:00:00 2001 From: Ionut Trestian Date: Thu, 11 Jan 2018 22:13:21 +0000 Subject: [PATCH 2/2] 1.30.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3630f9d..a0ece6a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "amazon-cognito-identity-js", "description": "Amazon Cognito Identity Provider JavaScript SDK", - "version": "1.29.0", + "version": "1.30.0", "author": { "name": "Amazon Web Services", "email": "aws@amazon.com",