@kalaa/node 1.0.1 → 1.0.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
@@ -56,7 +56,7 @@ kalaa.withContext('nightly-digest', () => {
56
56
  - OpenAI: chat completions, including streaming (`stream_options.include_usage`)
57
57
  - Anthropic: messages, including streaming
58
58
  - Gemini: `generateContent`
59
- - Whisper/audio transcription duration (if `music-metadata` is installed)
59
+ - Whisper/audio transcription duration
60
60
 
61
61
  ## Configuration
62
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kalaa/node",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
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",