tokelytics 0.3.1 → 0.3.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.
@@ -1781,7 +1781,7 @@ var FirestoreSink = class {
1781
1781
  };
1782
1782
 
1783
1783
  // src/version.ts
1784
- var AGENT_VERSION = "0.3.1";
1784
+ var AGENT_VERSION = "0.3.2";
1785
1785
 
1786
1786
  // src/sync.ts
1787
1787
  async function runSync(connectors, sink, state, device, limitCollectors = [], options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tokelytics",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Tokelytics sync agent — streams local AI CLI usage logs (Claude Code, Codex) to your Tokelytics dashboard.",
5
5
  "license": "MIT",
6
6
  "type": "module",