Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #149 from Nike-Inc/fix/missing-package
Browse files Browse the repository at this point in the history
Added missing package
  • Loading branch information
slichlyter12 authored Nov 23, 2021
2 parents a894a31 + 20880a5 commit 72f80b8
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 10 deletions.
63 changes: 55 additions & 8 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cerberus-node-client",
"version": "3.4.1",
"version": "3.4.2",
"description": "Node client for Cerberus Key Mgmt",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -39,8 +39,9 @@
"env": "jest"
},
"dependencies": {
"@aws-sdk/credential-provider-node": "^3.40.0",
"@aws-sdk/client-sts": "^3.40.0",
"@aws-sdk/credential-provider-node": "^3.40.0",
"@aws-sdk/credential-provider-web-identity": "^3.41.0",
"exponential-backoff": "^3.1.0",
"form-data": "^3.0.0",
"request-micro": "^1.5.1",
Expand Down

0 comments on commit 72f80b8

Please sign in to comment.