codexmeter 1.0.10 → 1.0.13

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/dist/index.html CHANGED
@@ -7,7 +7,7 @@
7
7
  <link rel="preconnect" href="https://fonts.googleapis.com" />
8
8
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9
9
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
10
- <script type="module" crossorigin src="/assets/index-Bfv1o3dQ.js"></script>
10
+ <script type="module" crossorigin src="/assets/index-CSuO8hh5.js"></script>
11
11
  <link rel="stylesheet" crossorigin href="/assets/index-CVvcsIkn.css">
12
12
  </head>
13
13
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexmeter",
3
- "version": "1.0.10",
3
+ "version": "1.0.13",
4
4
  "description": "Local telemetry dashboard for Codex CLI usage",
5
5
  "type": "module",
6
6
  "bin": {
@@ -99,7 +99,7 @@ export const OVERVIEW_INGEST_ANIMATION = {
99
99
 
100
100
  // Tail Settings
101
101
  tailDurationMs: 5000,
102
- replayEasing: 'cubicIn',
102
+ replayEasing: 'cubicInOut',
103
103
  tailSourceFraction: 0.55,
104
104
  tailEasing: 'cubicOut',
105
105
  finalHoldDurationMs: 5000,