Skip to content

Commit 2a9ab40

Browse files
authored
chore: remove typedoc zod plugin (#3878)
1 parent 307aa94 commit 2a9ab40

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

package-lock.json

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"middy6": "npm:@middy/core@^6.0.0",
6464
"typedoc": "^0.28.3",
6565
"typedoc-plugin-missing-exports": "^4.0.0",
66-
"typedoc-plugin-zod": "^1.4.1",
6766
"typescript": "^5.8.3",
6867
"vitest": "^3.0.9"
6968
},

typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"examples/**",
1515
"packages/testing"
1616
],
17-
"plugin": ["typedoc-plugin-zod", "typedoc-plugin-missing-exports"],
17+
"plugin": ["typedoc-plugin-missing-exports"],
1818
"skipErrorChecking": true,
1919
"excludePrivate": true,
2020
"visibilityFilters": {

0 commit comments

Comments
 (0)