codexmeter 1.0.19 → 1.0.20

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,8 +7,8 @@
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-CG7NoiG6.js"></script>
11
- <link rel="stylesheet" crossorigin href="/assets/index-DQQSqzP3.css">
10
+ <script type="module" crossorigin src="/assets/index-HV8wVWe1.js"></script>
11
+ <link rel="stylesheet" crossorigin href="/assets/index-BBdnQ5aF.css">
12
12
  </head>
13
13
  <body>
14
14
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexmeter",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Local telemetry dashboard for Codex CLI usage",
5
5
  "type": "module",
6
6
  "bin": {
@@ -103,6 +103,7 @@ export const OVERVIEW_INGEST_ANIMATION = {
103
103
 
104
104
  // Final Flash Settings
105
105
  finalFlashDurationMs: 1000,
106
+ finalFlashDelayMs: 200,
106
107
  finalFlashMaxOpacity: 0.35,
107
108
 
108
109
  // Display Tween Settings