@adhdev/daemon-standalone 1.0.58-rc.86 → 1.0.58-rc.87
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/public/index.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<meta name="description" content="ADHDev self-hosted dashboard for controlling AI agents" />
|
|
8
8
|
<link rel="icon" href="/otter-logo.png" />
|
|
9
9
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />
|
|
10
|
-
<script type="module" crossorigin src="/assets/index-
|
|
10
|
+
<script type="module" crossorigin src="/assets/index-D7xLVibm.js"></script>
|
|
11
11
|
<link rel="modulepreload" crossorigin href="/assets/vendor-DgFmqOGd.js">
|
|
12
12
|
<link rel="stylesheet" crossorigin href="/assets/index-hBc8oUKp.css">
|
|
13
13
|
</head>
|
|
@@ -40960,7 +40960,7 @@ var require_dist3 = __commonJS({
|
|
|
40960
40960
|
if (cached2) return cached2;
|
|
40961
40961
|
const commit = readInjected(true ? "unknown" : void 0) ?? "unknown";
|
|
40962
40962
|
const commitShort = readInjected(true ? "unknown" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
40963
|
-
const version2 = readInjected(true ? "1.0.58-rc.
|
|
40963
|
+
const version2 = readInjected(true ? "1.0.58-rc.87" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
40964
40964
|
const builtAt = readInjected(true ? "unknown" : void 0);
|
|
40965
40965
|
cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
40966
40966
|
return cached2;
|