We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1c261 commit 8ae7d82Copy full SHA for 8ae7d82
1 file changed
fern/products/sdks/overview/typescript/changelog/2026-02-26.mdx
@@ -1,3 +1,11 @@
1
+## 3.51.6
2
+**`(chore):`** In downloadFiles mode, install only the configured formatter/linter
3
+packages instead of the full dependency tree when outputting source files
4
+only. This replaces the ~1.8s full `pnpm install` with a targeted
5
+`pnpm add` of just the check:fix packages (e.g. @biomejs/biome,
6
+prettier, oxfmt, oxlint).
7
+
8
9
## 3.51.5
10
**`(fix):`** Fix duplicate identifier collision in serialization schemas when two different packages
11
define types with the same name. The schema generator now tracks directly imported type
0 commit comments