diff --git a/package-lock.json b/package-lock.json index cb5699ef..7b4e7407 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipv9/tokentracker-cli", - "version": "0.39.52", + "version": "0.39.53", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ipv9/tokentracker-cli", - "version": "0.39.52", + "version": "0.39.53", "license": "MIT", "dependencies": { "@mongodb-js/zstd": "^2.0.1", diff --git a/package.json b/package.json index 2129329c..69ae55d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipv9/tokentracker-cli", - "version": "0.39.52", + "version": "0.39.53", "description": "Local-first token and cost dashboard for 22 AI coding tools, including Claude Code, Codex, Cursor, Gemini, Kiro, OpenCode, OpenClaw, Copilot, Antigravity, Zed, and Goose.", "main": "src/cli.js", "bin": { diff --git a/test/web-only-product-scope.test.js b/test/web-only-product-scope.test.js index dbac4851..b32975a8 100644 --- a/test/web-only-product-scope.test.js +++ b/test/web-only-product-scope.test.js @@ -22,7 +22,7 @@ test("active product authority is localhost browser plus CLI backend only", () = test("npm is the only active release path", () => { const pkg = JSON.parse(read("package.json")); - assert.equal(pkg.version, "0.39.52"); + assert.equal(pkg.version, "0.39.53"); assert.equal(pkg.scripts.version, undefined); assert.equal(pkg.scripts["validate:version-lockstep"], undefined); assert.doesNotMatch(pkg.scripts["ci:local"], /version-lockstep/);