@dreb/dashboard 2.49.0 → 2.51.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.
- package/README.md +1 -1
- package/dist/static/sw.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -343,4 +343,4 @@ acceptance, use Chromium network throttling at 100 ms RTT and 1.5 Mbps; HTTP
|
|
|
343
343
|
packet loss is not emulated.
|
|
344
344
|
|
|
345
345
|
See `packages/coding-agent/docs/dashboard.md` in the repo for the full
|
|
346
|
-
product documentation.
|
|
346
|
+
product documentation, including systemd and launchd auto-restart setup.
|
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.
|
|
17
|
+
const SW_CACHE_VERSION = "2.51.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
|