@dreb/dashboard 2.43.3 → 2.45.0

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.
@@ -55,7 +55,7 @@
55
55
  } catch (e) {}
56
56
  })();
57
57
  </script>
58
- <script type="module" crossorigin src="./assets/index-Cjkdv_Fx.js"></script>
58
+ <script type="module" crossorigin src="./assets/index-BrWSaUHE.js"></script>
59
59
  <link rel="stylesheet" crossorigin href="./assets/index-C0tLqeae.css">
60
60
  </head>
61
61
  <body>
package/dist/static/sw.js CHANGED
@@ -14,7 +14,7 @@
14
14
  */
15
15
 
16
16
  // Replaced at build time; see vite.config.ts generateBundle hook.
17
- const SW_CACHE_VERSION = "2.43.3";
17
+ const SW_CACHE_VERSION = "2.45.0";
18
18
  const SHELL_CACHE = `dreb-dashboard-shell-v${SW_CACHE_VERSION}`;
19
19
 
20
20
  // Shell assets (HTML, JS, CSS) get a network-first strategy. The dashboard
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreb/dashboard",
3
- "version": "2.43.3",
3
+ "version": "2.45.0",
4
4
  "description": "Web dashboard for dreb — fleet overview, chat parity, subagent observability",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -28,6 +28,7 @@
28
28
  "clean": "shx rm -rf dist",
29
29
  "build": "tsgo -p tsconfig.build.json && vite build && shx chmod +x dist/index.js",
30
30
  "dev": "tsgo -p tsconfig.build.json --watch --preserveWatchOutput",
31
+ "profile:mobile": "node scripts/profile-mobile.mjs",
31
32
  "test": "vitest --run",
32
33
  "prepublishOnly": "npm run clean && npm run build"
33
34
  },