tokenometer 0.1.3 → 1.0.0

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tokenometer",
3
- "version": "0.1.3",
3
+ "version": "1.0.0",
4
4
  "description": "Tokenometer CLI — LLM token cost + latency benchmarking across Claude, GPT-4o, Gemini, Mistral, and Cohere. Multi-format, empirical mode, vision tokens, SARIF output.",
5
5
  "license": "MIT",
6
6
  "author": "Faraazuddin Mohammed <mohdfaraaz1@gmail.com>",
@@ -80,7 +80,7 @@
80
80
  "clean": "rm -rf dist"
81
81
  },
82
82
  "dependencies": {
83
- "@tokenometer/core": "0.1.3",
83
+ "@tokenometer/core": "1.0.0",
84
84
  "image-size": "^2.0.2"
85
85
  },
86
86
  "devDependencies": {