diff --git a/package-lock.json b/package-lock.json index 24014c60..4c194e3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipv9/tokentracker-cli", - "version": "0.39.55", + "version": "0.39.56", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ipv9/tokentracker-cli", - "version": "0.39.55", + "version": "0.39.56", "license": "MIT", "dependencies": { "@mongodb-js/zstd": "^2.0.1", diff --git a/package.json b/package.json index 6bb6a877..e1c3985f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipv9/tokentracker-cli", - "version": "0.39.55", + "version": "0.39.56", "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 9ac4e930..bf397209 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.55"); + assert.equal(pkg.version, "0.39.56"); assert.equal(pkg.scripts.version, undefined); assert.equal(pkg.scripts["validate:version-lockstep"], undefined); assert.doesNotMatch(pkg.scripts["ci:local"], /version-lockstep/);