Skip to content
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

Update TypeScript codegen dependencies #922

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public enum TypeScriptDependency implements Dependency {
AWS_SDK_CLIENT_DOCGEN("devDependencies", "@smithy/service-client-documentation-generator", "^2.0.0", true),
AWS_SDK_TYPES("dependencies", "@aws-sdk/types", true),
SMITHY_TYPES("dependencies", "@smithy/types", "^2.3.0", true),
AWS_SMITHY_CLIENT("dependencies", "@smithy/smithy-client", "^2.1.2", true),
AWS_SMITHY_CLIENT("dependencies", "@smithy/smithy-client", "^2.1.3", true),
INVALID_DEPENDENCY("dependencies", "@smithy/invalid-dependency", "^2.0.6", true),
CONFIG_RESOLVER("dependencies", "@smithy/config-resolver", "^2.0.7", true),
TYPES_NODE("devDependencies", "@types/node", "^14.14.31", true),
Expand Down Expand Up @@ -113,7 +113,7 @@ public enum TypeScriptDependency implements Dependency {
// Conditionally added when streaming blob response payload exists.
@Deprecated UTIL_STREAM_NODE("dependencies", "@smithy/util-stream-node", "^2.0.8", false),
@Deprecated UTIL_STREAM_BROWSER("dependencies", "@smithy/util-stream-browser", "^2.0.8", false),
UTIL_STREAM("dependencies", "@smithy/util-stream", "^2.0.8", false),
UTIL_STREAM("dependencies", "@smithy/util-stream", "^2.0.9", false),

// Conditionally added when @aws.auth#sigv4 is used
SIGNATURE_V4("dependencies", "@smithy/signature-v4", "^2.0.6", false),
Expand Down
Loading