From 3aaf407e1919f6e188d68b5daca2118498cabf5f Mon Sep 17 00:00:00 2001 From: Ionut Trestian Date: Thu, 11 Jan 2018 22:13:13 +0000 Subject: [PATCH] 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": {