Skip to content

Commit

Permalink
chore(client-sts): statically import credential-provider-node
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Apr 25, 2024
1 parent e30cf9a commit 8cde839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/client-sts/src/runtimeConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// @ts-ignore: package.json will be imported from dist folders
import packageInfo from "../package.json"; // eslint-disable-line

import { defaultProvider as credentialDefaultProvider } from "./credentialDefaultProvider";
import { AwsSdkSigV4Signer, emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
import {
NODE_REGION_CONFIG_FILE_OPTIONS,
Expand Down

0 comments on commit 8cde839

Please sign in to comment.