Skip to content

Commit

Permalink
chore(codegen): remove fast-xml-parser from AwsDependency (#6328)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jul 29, 2024
1 parent c547e23 commit 197bc7d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public enum AwsDependency implements Dependency {
BODY_CHECKSUM_GENERATOR_BROWSER(NORMAL_DEPENDENCY, "@aws-sdk/body-checksum-browser"),
BODY_CHECKSUM_GENERATOR_NODE(NORMAL_DEPENDENCY, "@aws-sdk/body-checksum-node"),
XML_BUILDER(NORMAL_DEPENDENCY, "@aws-sdk/xml-builder"),
XML_PARSER(NORMAL_DEPENDENCY, "fast-xml-parser", "4.2.5"),
UUID_GENERATOR(NORMAL_DEPENDENCY, "uuid", "^9.0.1"),
UUID_GENERATOR_TYPES(DEV_DEPENDENCY, "@types/uuid", "^9.0.4"),
MIDDLEWARE_EVENTSTREAM(NORMAL_DEPENDENCY, "@aws-sdk/middleware-eventstream"),
Expand Down

0 comments on commit 197bc7d

Please sign in to comment.