v4.3.4
·
9 commits
to main
since this release
fix(tsconfig): add @stoachain/ouronet-codex/zbom path alias
The per-subpath self-reference aliases in tsconfig.base.json never got a /zbom entry when that subpath was added. Without it, tests importing @stoachain/ouronet-codex/zbom fall through to the exports map → dist/, which doesn't exist at typecheck time (CI runs typecheck before build) → TS2307. Aliasing it to src/zbom/index.ts makes it resolve dist-independently, like the other 11 subpaths. This blocked the whole monorepo publish gate (all workspaces typecheck together).
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com