Skip to content

Commit

Permalink
removing aws-sdk dep and reverting to @aws-sdk/shared-ini-file-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed Feb 26, 2021
1 parent 2b7f4de commit 3bae083
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 93 deletions.
200 changes: 109 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mhlabs/aws-sdk-sso",
"version": "0.0.13",
"version": "0.0.14",
"description": "Credentials provider for AWS Single Sign-On",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@types/node": "^14.0.27"
},
"dependencies": {
"aws-sdk": "2.786.0",
"@aws-sdk/shared-ini-file-loader": "^3.7.0",
"open": "^7.1.0",
"sha1": "^1.1.1"
},
Expand Down

0 comments on commit 3bae083

Please sign in to comment.