@adhdev/daemon-standalone 1.0.21-rc.2 → 1.0.21-rc.3
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.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -33264,8 +33264,8 @@ var require_dist3 = __commonJS({
|
|
|
33264
33264
|
if (cached2) return cached2;
|
|
33265
33265
|
const commit = readInjected(true ? "89c750927f379b7063a2d1481b08aa267e96f790" : void 0) ?? "unknown";
|
|
33266
33266
|
const commitShort = readInjected(true ? "89c75092" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
33267
|
-
const version2 = readInjected(true ? "1.0.21-rc.
|
|
33268
|
-
const builtAt = readInjected(true ? "2026-07-
|
|
33267
|
+
const version2 = readInjected(true ? "1.0.21-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
33268
|
+
const builtAt = readInjected(true ? "2026-07-23T16:23:42.870Z" : void 0);
|
|
33269
33269
|
cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
33270
33270
|
return cached2;
|
|
33271
33271
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adhdev/daemon-standalone",
|
|
3
|
-
"version": "1.0.21-rc.
|
|
3
|
+
"version": "1.0.21-rc.3",
|
|
4
4
|
"description": "ADHDev standalone daemon — embedded HTTP/WS server for local dashboard",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"license": "AGPL-3.0-or-later",
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@adhdev/ghostty-vt-node": "*",
|
|
40
|
-
"@adhdev/session-host-core": "1.0.21-rc.
|
|
40
|
+
"@adhdev/session-host-core": "1.0.21-rc.3",
|
|
41
41
|
"@xterm/addon-serialize": "^0.14.0",
|
|
42
42
|
"@xterm/xterm": "^6.0.0",
|
|
43
43
|
"chalk": "^5.3.0",
|