File tree Expand file tree Collapse file tree
packages/@kagal-build-tsdoc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ documented in this file.
55
66## [ Unreleased]
77
8+ ## [ 0.3.0] - 2026-07-09
9+
810### Added
911
1012- ` @kagal/build-tsdoc/utils ` subpath — dependency-light
@@ -37,6 +39,10 @@ documented in this file.
3739 emitted its ` .d.ts ` and no version-mismatch notice is
3840 printed. A no-op when the consumer ships no TypeScript
3941 or it already matches the bundled compiler.
42+ - Marked the package free of side effects
43+ (` "sideEffects": false ` ), so a consumer's bundler may
44+ tree-shake unused entries — every published module body is
45+ declarations and re-exports only.
4046- Pinned ` rollup ` to ` ^4.62.2 ` through a workspace
4147 pnpm override so the build and test toolchains
4248 resolve a single 4.x, keeping the lockfile
Original file line number Diff line number Diff line change 11{
22 "name" : " @kagal/build-tsdoc" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.3.0 " ,
44 "type" : " module" ,
55 "description" : " Build-hook adapter for @microsoft/api-extractor" ,
66 "author" : " Alejandro Mery <amery@apptly.co>" ,
You can’t perform that action at this time.
0 commit comments