diff --git a/package-lock.json b/package-lock.json index 9af7bc1f..f368b968 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "billion-context", - "version": "0.1.97", + "version": "0.1.98", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "billion-context", - "version": "0.1.97", + "version": "0.1.98", "license": "MIT", "bin": { "bili": "dist/index.js", diff --git a/package.json b/package.json index 56f147c2..fa99cd9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "billion-context", - "version": "0.1.97", + "version": "0.1.98", "description": "Universal context-compression proxy for AI coding agents. Sits between any agent and its model API, rewriting Anthropic/OpenAI streams with acp-kernel compression. Any agent that can set a base URL (Claude Code, Codex, Cursor, Aider) works out of the box.", "type": "module", "main": "dist/index.js",