Skip to content

fix: declare used @smithy packages as direct dev dependencies - #236

Merged
bornast merged 1 commit into
masterfrom
fix/direct-smithy-deps
Jun 2, 2026
Merged

fix: declare used @smithy packages as direct dev dependencies#236
bornast merged 1 commit into
masterfrom
fix/direct-smithy-deps

Conversation

@droguljic

Copy link
Copy Markdown
Contributor

Add @smithy/protocol-http and @smithy/signature-v4 as explicit devDependencies since they are directly used in the otel test suite.
Previously, these packages were consumed transitively without being declared. This caused test failures after an upstream dependency dropped @smithy/protocol-http from its own dependency tree, resulting in tests failing with an unresolvable import error.

Add `@smithy/protocol-http` and `@smithy/signature-v4` as explicit
`devDependencies` since they are directly used in the `otel` test suite.
Previously, these packages were consumed transitively without being
declared. This caused test failures after an upstream dependency dropped
`@smithy/protocol-http` from its own dependency tree, resulting in tests
failing with an unresolvable import error.
@droguljic droguljic added this to the v2 milestone Jun 2, 2026
@droguljic
droguljic requested a review from bornast June 2, 2026 11:20
@bornast
bornast merged commit 3bbccd8 into master Jun 2, 2026
2 checks passed
@bornast
bornast deleted the fix/direct-smithy-deps branch June 2, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants