Skip to content

chore(cli): bump to 0.2.1 to republish stale CLI - #21

Merged
Dan-Cleary merged 1 commit into
mainfrom
claude/determined-hypatia-bzsggm
Jul 17, 2026
Merged

chore(cli): bump to 0.2.1 to republish stale CLI#21
Dan-Cleary merged 1 commit into
mainfrom
claude/determined-hypatia-bzsggm

Conversation

@Dan-Cleary

@Dan-Cleary Dan-Cleary commented Jul 17, 2026

Copy link
Copy Markdown
Owner

Why

npx convalytics on npm is stuck at 0.2.0, which predates several merged fixes. The published tarball still has:

npm 0.2.0 (stale) repo main (correct)
SITE_URL https://basic-goshawk-557.convex.site (raw Convex dev slug) https://api.convalytics.dev
generated convex/analytics.ts no ingestUrl pin pins ingestUrl (#16)
verify event version hardcoded "0.1.0" dynamic CLI_VERSION
SKILL.md sync on init first-install only always re-syncs (#17)

So anyone running npx convalytics init / verify today provisions and sends events against a raw dev deployment (basic-goshawk-557.convex.site) instead of the custom domain. The source was fixed but cli/package.json was never bumped, so npm could not be updated (npm rejects republishing the same version).

Change

Bumps cli/package.json 0.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:

cd cli && npm publish

🤖 Generated with Claude Code

https://claude.ai/code/session_01EMfhzwpMiynSTfEQQuEwDM


Generated by Claude Code

Summary by CodeRabbit

  • Chores
    • Updated the CLI package to version 0.2.1.

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
@vercel

vercel Bot commented Jul 17, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
convalytics Ready Ready Preview, Comment Jul 17, 2026 2:09pm

@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3f573c81-02a0-44cd-b5ff-debdf0420a41

📥 Commits

Reviewing files that changed from the base of the PR and between b6a8225 and 7e53def.

📒 Files selected for processing (1)
  • cli/package.json

📝 Walkthrough

Walkthrough

The CLI package version in cli/package.json changes from 0.2.0 to 0.2.1.

Changes

CLI version update

Layer / File(s) Summary
Update CLI package version
cli/package.json
The package metadata version changes from 0.2.0 to 0.2.1.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely reflects the version bump to republish the CLI.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/determined-hypatia-bzsggm

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

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Dan-Cleary
Dan-Cleary merged commit d41d860 into main Jul 17, 2026
4 checks passed
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