fixes
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -9,7 +9,7 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"aws-sdk": "^2.1311.0",
|
"aws-sdk": "2.1311.0",
|
||||||
"aws4": "^1.13.2",
|
"aws4": "^1.13.2",
|
||||||
"axios": "^1.7.5",
|
"axios": "^1.7.5",
|
||||||
"typescript": "^5.5.4",
|
"typescript": "^5.5.4",
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
"tsup": "^8.2.4"
|
"tsup": "^8.2.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"aws-sdk": "^2.1311.0",
|
"aws-sdk": "2.1311.0",
|
||||||
"aws4": "^1.13.2",
|
"aws4": "^1.13.2",
|
||||||
"axios": "^1.7.5",
|
"axios": "^1.7.5",
|
||||||
"typescript": "^5.5.4",
|
"typescript": "^5.5.4",
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ import { ApiV1AuthUniversalAuthLoginPostRequest } from "../infisicalapi_client";
|
|||||||
import { DefaultApi as InfisicalApi } from "../infisicalapi_client";
|
import { DefaultApi as InfisicalApi } from "../infisicalapi_client";
|
||||||
import { MACHINE_IDENTITY_ID_ENV_NAME } from "./constants";
|
import { MACHINE_IDENTITY_ID_ENV_NAME } from "./constants";
|
||||||
import { getAwsRegion, performAwsIamLogin } from "./util";
|
import { getAwsRegion, performAwsIamLogin } from "./util";
|
||||||
import AWS from "aws-sdk";
|
|
||||||
|
|
||||||
type AuthenticatorFunction = (accessToken: string) => InfisicalSDK;
|
type AuthenticatorFunction = (accessToken: string) => InfisicalSDK;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user