The ultravox-client for web is available on npm.
To publish a new version:
- Use Example → Use the included example application to make test calls.
- Version Bump → Increment the version number in
package.json
. - Error Check → Run
pnpm publish --dry-run --git-checks=false
and deal with any errors or unexpected includes. - Merge to main → Open a PR in GitHub and get the changes merged.
- Publish → Switch back to
main
branch, usegit pull
to pull down your changes and finally runpnpm publish
. - Tag/Release → Create a new tag and release in GitHub please.