This commit is contained in:
Daniel Hougaard
2024-09-24 00:14:37 +04:00
parent e7626699ff
commit 3ba2345565
3 changed files with 2 additions and 3 deletions

2
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.0.0",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1311.0",
"aws-sdk": "2.1311.0",
"aws4": "^1.13.2",
"axios": "^1.7.5",
"typescript": "^5.5.4",

View File

@@ -33,7 +33,7 @@
"tsup": "^8.2.4"
},
"dependencies": {
"aws-sdk": "^2.1311.0",
"aws-sdk": "2.1311.0",
"aws4": "^1.13.2",
"axios": "^1.7.5",
"typescript": "^5.5.4",

View File

@@ -3,7 +3,6 @@ import { ApiV1AuthUniversalAuthLoginPostRequest } from "../infisicalapi_client";
import { DefaultApi as InfisicalApi } from "../infisicalapi_client";
import { MACHINE_IDENTITY_ID_ENV_NAME } from "./constants";
import { getAwsRegion, performAwsIamLogin } from "./util";
import AWS from "aws-sdk";
type AuthenticatorFunction = (accessToken: string) => InfisicalSDK;