modelstat 0.0.41 → 0.0.42

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/cli.mjs +3 -3
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -45513,7 +45513,7 @@ var init_scan = __esm({
45513
45513
  init_pipeline2();
45514
45514
  init_config2();
45515
45515
  init_api();
45516
- AGENT_VERSION = true ? "agent-0.0.41" : "agent-dev";
45516
+ AGENT_VERSION = true ? "agent-0.0.42" : "agent-dev";
45517
45517
  BATCH_MAX_EVENTS = 2e3;
45518
45518
  ZERO_TOKENS = {
45519
45519
  input: 0,
@@ -47713,7 +47713,7 @@ var init_daemon = __esm({
47713
47713
  init_lock();
47714
47714
  init_scan();
47715
47715
  init_single_flight();
47716
- AGENT_VERSION2 = true ? "agent-0.0.41" : "agent-dev";
47716
+ AGENT_VERSION2 = true ? "agent-0.0.42" : "agent-dev";
47717
47717
  HEARTBEAT_INTERVAL_MS = 1e4;
47718
47718
  SCAN_INTERVAL_MS = 5 * 60 * 1e3;
47719
47719
  DISCOVERY_INTERVAL_MS = 6e4;
@@ -48223,7 +48223,7 @@ function tryOpenBrowser(url) {
48223
48223
  return false;
48224
48224
  }
48225
48225
  }
48226
- var AGENT_VERSION3 = true ? "agent-0.0.41" : "agent-dev";
48226
+ var AGENT_VERSION3 = true ? "agent-0.0.42" : "agent-dev";
48227
48227
  function osFamily() {
48228
48228
  const p = platform4();
48229
48229
  if (p === "darwin") return "macos";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "modelstat",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "description": "modelstat companion — reads local AI-tool usage and ships tokenised events to modelstat.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",