toolgz 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -859,7 +859,7 @@ and it does not get deleted.
859
859
  ## Development
860
860
 
861
861
  ```bash
862
- npm test # 251 tests, offline, no cost
862
+ npm test # 252 tests, offline, no cost
863
863
  npm run build # tsc → dist/ with .d.ts
864
864
 
865
865
  npx tsx bench/harness/run-multi.ts --provider=all --reps=3 --variants # costs money
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toolgz",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Compress LLM tool definitions to reclaim context window. Measured across Anthropic, OpenAI, Google and xAI.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {