Skip to content

Commit 30ea661

Browse files
committed
chore(bump-typedoc): bring newly generated clients in line with changes in aws/aws-sdk-js-v3#4458
1 parent a179a35 commit 30ea661

File tree

2 files changed

+8
-23
lines changed

2 files changed

+8
-23
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@
2424
"concurrently": "7.0.0",
2525
"downlevel-dts": "0.10.1",
2626
"rimraf": "^3.0.0",
27-
"typedoc": "^0.19.2",
28-
"typescript": "~4.6.2"
27+
"typedoc": "^0.23.23",
28+
"typescript": "4.7.3"
2929
},
30-
"overrides": {
31-
"typedoc": {
32-
"typescript": "~4.6.2"
33-
}
30+
"typedoc": {
31+
"entryPoint": "src/index.ts",
32+
"readmeFile": "README.md"
3433
},
3534
"engines": {
3635
"node": ">=14.0.0"
Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
{
2-
"exclude": [
3-
"**/node_modules/**",
4-
"**/*.spec.ts",
5-
"**/protocols/*.ts",
6-
"**/e2e/*.ts",
7-
"**/endpoints.ts"
8-
],
9-
"excludeNotExported": true,
10-
"excludePrivate": true,
11-
"hideGenerator": true,
12-
"ignoreCompilerErrors": true,
13-
"includeDeclarations": true,
14-
"stripInternal": true,
15-
"readme": "README.md",
16-
"mode": "file",
2+
"extends": ["../../typedoc.client.json"],
3+
"entryPoints": ["src/index.ts"],
174
"out": "docs",
18-
"theme": "minimal",
19-
"plugin": ["@aws-sdk/service-client-documentation-generator"]
5+
"readme": "README.md"
206
}

0 commit comments

Comments
 (0)