chore(cli): bump to 0.2.1 to republish stale CLI - #21
Conversation
Published convalytics@0.2.0 predates several merged fixes and still points SITE_URL at the raw dev slug https://basic-goshawk-557.convex.site instead of https://api.convalytics.dev. The source was fixed but the version was never bumped, so npm could not be updated. This bump enables republishing so `npx convalytics init`/`verify` stop hitting the dev deployment. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EMfhzwpMiynSTfEQQuEwDM
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe CLI package version in ChangesCLI version update
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install timed out. The project may have too many dependencies for the sandbox. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Why
npx convalyticson npm is stuck at 0.2.0, which predates several merged fixes. The published tarball still has:main(correct)SITE_URLhttps://basic-goshawk-557.convex.site(raw Convex dev slug)https://api.convalytics.devconvex/analytics.tsingestUrlpiningestUrl(#16)version"0.1.0"CLI_VERSIONinitSo anyone running
npx convalytics init/verifytoday provisions and sends events against a raw dev deployment (basic-goshawk-557.convex.site) instead of the custom domain. The source was fixed butcli/package.jsonwas never bumped, so npm could not be updated (npm rejects republishing the same version).Change
Bumps
cli/package.json0.2.0 → 0.2.1. No code changes — the source is already correct.Follow-up (manual)
This repo has no publish workflow (only
ci.yml+uptime.yml), so the CLI is published by hand. After merge:🤖 Generated with Claude Code
https://claude.ai/code/session_01EMfhzwpMiynSTfEQQuEwDM
Generated by Claude Code
Summary by CodeRabbit