@kalaa/node 1.0.0 → 1.0.1
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.
- package/README.md +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,11 +69,10 @@ kalaa.withContext('nightly-digest', () => {
|
|
|
69
69
|
|
|
70
70
|
## Failure behavior
|
|
71
71
|
|
|
72
|
-
This package never touches a database
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
or crashed by a tracking failure.
|
|
72
|
+
This package never touches a database and never sits in the path of your
|
|
73
|
+
AI calls. If the ingest endpoint is unreachable, events are buffered and
|
|
74
|
+
retried on the next flush cycle — your app is never blocked or crashed by
|
|
75
|
+
a tracking failure.
|
|
77
76
|
|
|
78
77
|
## License
|
|
79
78
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kalaa/node",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Drop-in AI cost tracking for Node.js and TypeScript. Auto-instruments OpenAI, Anthropic, and Gemini at the class level, with zero code at each call site.",
|
|
5
5
|
"main": "costmeter.js",
|
|
6
6
|
"types": "costmeter.d.ts",
|