0.16.1
Patch release: ship asmithers bin so the package is runnable after install,
and bump every workspace dependency to latest.
New
smithers-orchestratorexposes asmithersbin. A newsrc/bin/smithers.jsentry is wired up via the package’sbinfield sonpx smithers(andsmithersafter a global install) launches the CLI without needing to import@smithers-orchestrator/clidirectly.
Internal / chore
-
All workspace dependencies bumped to latest via
pnpm -r up --latest. Notable bumps:ai6.0.69 → 6.0.168,diff5.x → 9.x across the 23-package workspace.typescriptstays pinned to~5.9.3— tsup 8.5.1 internally setsbaseUrlunconditionally and TypeScript 6.0 rejects that as TS5101 during dts generation, so thetypescript@6bump was reverted until tsup fixes the compat. Typecheck, lint, and the full test suite all pass. -
pnpm run releaseauto-runsnpm loginwhen needed. The release script now runsnpm whoamibefore publishing and only prompts fornpm loginif you are not authenticated. Skipped under--dry-run.