Skip to content

chore(deps): bump @governs-ai/sdk alpha.12 -> alpha.14#8

Merged
Shaivpidadi merged 3 commits intodevfrom
feat/t1-sdk-alpha14-prep
Apr 23, 2026
Merged

chore(deps): bump @governs-ai/sdk alpha.12 -> alpha.14#8
Shaivpidadi merged 3 commits intodevfrom
feat/t1-sdk-alpha14-prep

Conversation

@Shaivpidadi
Copy link
Copy Markdown
Member

Summary

  • Bumps `@governs-ai/sdk` pin from `1.0.0-alpha.12` to `1.0.0-alpha.14` in `package.json`
  • `pnpm build` verified clean locally — all 12 routes compile, no type errors
  • `pnpm install` will fully resolve once alpha.14 is published to npm

Publish step still required

Before merging, run the following from the `typescript-sdk` repo once npm auth is configured:

```bash
npm adduser # or export NPM_TOKEN=
npm publish --tag alpha
```

This will make `1.0.0-alpha.14` available on the registry so `pnpm install` resolves correctly in CI.

Related

Test plan

  • `pnpm build` passes locally (12 routes, zero type errors)
  • After `npm publish --tag alpha` on typescript-sdk: run `pnpm install` — should resolve `@governs-ai/sdk@1.0.0-alpha.14` cleanly
  • Smoke-test `pnpm dev` and verify chat UI loads, precheck calls succeed

Reviewers

Tagging Nexus (code quality) and Cipher (security/arch) — both approvals required before Lambda merges.

Pins the demo app to the new SDK release candidate. pnpm install and
pnpm build confirmed clean (build output unchanged). pnpm install will
fully resolve once alpha.14 is published via:

  cd typescript-sdk && npm adduser && npm publish --tag alpha
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Apr 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
chat-agent-example Ready Ready Preview, Comment Apr 23, 2026 3:11pm

@Shaivpidadi Shaivpidadi merged commit ae876d5 into dev Apr 23, 2026
2 checks passed
@Shaivpidadi Shaivpidadi deleted the feat/t1-sdk-alpha14-prep branch April 23, 2026 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant