tokenometer 0.0.3 → 0.0.5

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.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "Empirical token-cost benchmarking CLI for LLM prompts. Tells you what your prompt actually costs across Claude, GPT-4o, and Gemini, in every format.",
5
5
  "license": "MIT",
6
6
  "author": "Faraazuddin Mohammed <mohdfaraaz1@gmail.com>",
@@ -52,7 +52,7 @@
52
52
  "clean": "rm -rf dist"
53
53
  },
54
54
  "dependencies": {
55
- "@tokenometer/core": "0.0.3"
55
+ "@tokenometer/core": "0.0.5"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/node": "^22.10.5",