@ramarivera/coding-agent-langfuse 0.1.14 → 0.1.15

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/dist/backfill.js +0 -1
  2. package/package.json +1 -1
package/dist/backfill.js CHANGED
@@ -422,7 +422,6 @@ function codexEvents(homeDir) {
422
422
  const usage = normalizeUsage(asRecord(info.last_token_usage)) ??
423
423
  normalizeUsage(asRecord(info.total_token_usage));
424
424
  const tokenKey = JSON.stringify({
425
- timestamp,
426
425
  model: asString(info.model) ?? currentModel,
427
426
  usage,
428
427
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ramarivera/coding-agent-langfuse",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Universal coding-agent Langfuse backfiller and live OTLP helpers",
5
5
  "type": "module",
6
6
  "license": "MIT",