tpmjs/packages/tools/hello/CHANGELOG.md
Ajax Davis 67fa89b1fe chore: use workspace references for registry packages
- Changed @tpmjs/registry-execute and @tpmjs/registry-search to workspace:*
- This allows the web app to use local workspace versions
- Published npm packages still available for external users
2026-01-25 11:37:59 +10:00

484 B

@tpmjs/hello

0.0.3

Patch Changes

  • Update AI SDK dependency to v6.0.49

    • Upgraded ai package from 6.0.23 to 6.0.49 for compatibility improvements
    • All tools now use consistent AI SDK version across the monorepo

0.0.2

Patch Changes

  • feat: add multi-tool example package with helloWorldTool and helloNameTool

    This is the first TPMJS package published with the new multi-tool format, demonstrating support for multiple tool exports in a single package.