-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undeclared @smithy/smithy-client
dependency in @aws-sdk/credential-provider-http
#5362
Comments
@yenfryherrerafeliz It isn't fixed in the latest version. The line you linked to is a dependency on |
@yenfryherrerafeliz I agree with John that the issue is not fixed, and that the line you linked isn't related. Can you please reopen? |
Pinging @kuhe since you recently fixed a related issue 🙂 |
Added it in #5395 to be included in the next release. |
Thanks a lot! |
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. |
Checkboxes for prior research
Describe the bug
Same as #5056
The
@smithy/smithy-client
dependency is imported here:aws-sdk-js-v3/packages/credential-provider-http/src/fromHttp/requestHelpers.ts
Line 4 in f05d9c6
But not declared in
@aws-sdk/credential-provider-http
's dependencies.SDK version number
@aws-sdk/[email protected], @aws-sdk/[email protected]
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v18.15.0
Reproduction Steps
yarn add @aws-sdk/[email protected]
import {fromIni} from '@aws-sdk/credential-providers'
Observed Behavior
At import time, Node.js fails with:
Expected Behavior
The code should run without import time errors.
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: