From 7e53def7ff033bea42c84679aedbc6ece0a440ba Mon Sep 17 00:00:00 2001 From: Dan-Cleary Date: Fri, 17 Jul 2026 14:08:42 +0000 Subject: [PATCH] chore(cli): bump to 0.2.1 to republish CLI (npm 0.2.0 is stale) 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 Claude-Session: https://claude.ai/code/session_01EMfhzwpMiynSTfEQQuEwDM --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index a538ef4..46658d8 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "convalytics", - "version": "0.2.0", + "version": "0.2.1", "description": "CLI for setting up Convalytics in a Convex project", "type": "module", "license": "MIT",