aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
2.96k stars 557 forks source link

chore(types): change Logger import to type-only #6100

Closed trivikr closed 1 month ago

trivikr commented 1 month ago

Issue

This change is made to release new versions for fix in https://github.com/aws/aws-sdk-js-v3/pull/6060

Description

changes Logger import to a type-only import

Testing

Verified that yarn lerna:version updates credential provider packages

$ yarn lerna:version
...
 - @aws-sdk/credential-provider-cognito-identity: 3.576.0 => 3.576.1
 - @aws-sdk/credential-provider-env: 3.576.0 => 3.576.1
 - @aws-sdk/credential-provider-http: 3.576.0 => 3.576.1
 - @aws-sdk/credential-provider-ini: 3.576.0 => 3.576.1
 - @aws-sdk/credential-provider-node: 3.576.0 => 3.576.1
 - @aws-sdk/credential-provider-process: 3.576.0 => 3.576.1
 - @aws-sdk/credential-provider-sso: 3.576.0 => 3.576.1
 - @aws-sdk/credential-provider-web-identity: 3.576.0 => 3.576.1
...
 - @aws-sdk/token-providers: 3.576.0 => 3.576.1
...

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

github-actions[bot] commented 1 month ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.