feat: bruno cli awsv4 auth support

This commit is contained in:
Anoop M D
2024-02-23 23:42:28 +05:30
parent 5fece08f4b
commit 43c873422f
7 changed files with 231 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@usebruno/cli",
"version": "1.9.0",
"version": "1.9.1",
"license": "MIT",
"main": "src/index.js",
"bin": {
@@ -24,9 +24,11 @@
"package.json"
],
"dependencies": {
"@aws-sdk/credential-providers": "^3.425.0",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.10.1",
"@usebruno/lang": "0.10.0",
"aws4-axios": "^3.3.0",
"axios": "^1.5.1",
"chai": "^4.3.7",
"chalk": "^3.0.0",