Skip to content

Commit 0170b7a

Browse files
authored
Merge pull request #40 (build-tsdoc)
release(build-tsdoc): 0.3.0 — consumer TypeScript engine and /utils reader subpath
2 parents cb5d548 + b71d18e commit 0170b7a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

packages/@kagal-build-tsdoc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

packages/@kagal-build-tsdoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>",

0 commit comments

Comments
 (0)