Skip to content

Commit f80c65c

Browse files
authored
chore(codegen): correct lex order in omit param codegen (#6306)
* chore(codegen): correct lex order in omit param codegen * chore: runtime dep script run
1 parent 1cb4edc commit f80c65c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddOmittedEndpointParams.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
package software.amazon.smithy.aws.typescript.codegen;
77

88
import software.amazon.smithy.typescript.codegen.TypeScriptCodegenContext;
9-
import software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration;
109
import software.amazon.smithy.typescript.codegen.endpointsV2.OmitEndpointParams;
10+
import software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration;
1111
import software.amazon.smithy.utils.SetUtils;
1212
import software.amazon.smithy.utils.SmithyInternalApi;
1313

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
"@smithy/types": "^3.3.0",
8383
"fast-xml-parser": "4.2.5",
8484
"tslib": "^2.6.2",
85-
"@smithy/node-config-provider": "^3.0.0",
86-
"@smithy/util-middleware": "^3.0.0"
85+
"@smithy/node-config-provider": "^3.1.4",
86+
"@smithy/util-middleware": "^3.0.3"
8787
},
8888
"devDependencies": {
8989
"@tsconfig/recommended": "1.0.1",

0 commit comments

Comments
 (0)