@cendor/tokenguard 0.2.1 → 0.2.2

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 +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cendor/tokenguard",
3
- "version": "0.2.1",
4
- "description": "Pre-flight cost caps + per-tag spend attribution for LLM calls. The TypeScript port of cendor.tokenguard.",
3
+ "version": "0.2.2",
4
+ "description": "Spending limits for LLM calls: stop a call before it runs if it would blow the budget, and see cost broken down per feature.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "main": "./dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "node": ">=18"
28
28
  },
29
29
  "dependencies": {
30
- "@cendor/core": "^0.3.0"
30
+ "@cendor/core": "^0.3.1"
31
31
  },
32
32
  "optionalDependencies": {
33
33
  "better-sqlite3": "^12.11.1"