Skip to content

Commit

Permalink
chore(codegen): correct lex order in omit param codegen (#6306)
Browse files Browse the repository at this point in the history
* chore(codegen): correct lex order in omit param codegen

* chore: runtime dep script run
  • Loading branch information
siddsriv committed Jul 24, 2024
1 parent 1cb4edc commit f80c65c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
package software.amazon.smithy.aws.typescript.codegen;

import software.amazon.smithy.typescript.codegen.TypeScriptCodegenContext;
import software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration;
import software.amazon.smithy.typescript.codegen.endpointsV2.OmitEndpointParams;
import software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration;
import software.amazon.smithy.utils.SetUtils;
import software.amazon.smithy.utils.SmithyInternalApi;

Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
"@smithy/types": "^3.3.0",
"fast-xml-parser": "4.2.5",
"tslib": "^2.6.2",
"@smithy/node-config-provider": "^3.0.0",
"@smithy/util-middleware": "^3.0.0"
"@smithy/node-config-provider": "^3.1.4",
"@smithy/util-middleware": "^3.0.3"
},
"devDependencies": {
"@tsconfig/recommended": "1.0.1",
Expand Down

0 comments on commit f80c65c

Please sign in to comment.