From 0eca2193f8aa772673be379b25cc07b21c732eef Mon Sep 17 00:00:00 2001 From: AllanZhengYP Date: Tue, 19 Oct 2021 06:56:00 +0000 Subject: [PATCH] chore: rename client-doc-generator package to service-client-doc-generator --- .../amazon/smithy/typescript/codegen/TypeScriptDependency.java | 2 +- .../software/amazon/smithy/typescript/codegen/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptDependency.java b/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptDependency.java index c6f976676f9..114070e876b 100644 --- a/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptDependency.java +++ b/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptDependency.java @@ -40,7 +40,7 @@ @SmithyUnstableApi public enum TypeScriptDependency implements SymbolDependencyContainer { - AWS_SDK_CLIENT_DOCGEN("devDependencies", "@aws-sdk/client-documentation-generator", true), + AWS_SDK_CLIENT_DOCGEN("devDependencies", "@aws-sdk/service-client-documentation-generator", true), AWS_SDK_TYPES("dependencies", "@aws-sdk/types", true), AWS_SMITHY_CLIENT("dependencies", "@aws-sdk/smithy-client", true), INVALID_DEPENDENCY("dependencies", "@aws-sdk/invalid-dependency", true), diff --git a/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/tsconfig.json b/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/tsconfig.json index 1a48a101dc4..9ab9ec404f6 100644 --- a/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/tsconfig.json +++ b/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/tsconfig.json @@ -32,7 +32,7 @@ "mode": "file", "out": "docs", "theme": "minimal", - "plugin": ["@aws-sdk/client-documentation-generator"] + "plugin": ["@aws-sdk/service-client-documentation-generator"] }, "exclude": ["test/**/*"] }