adhdev 0.9.26 → 0.9.28
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/cli/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -1
package/dist/cli/index.js
CHANGED
|
@@ -87458,7 +87458,7 @@ var init_adhdev_daemon = __esm({
|
|
|
87458
87458
|
init_version();
|
|
87459
87459
|
init_src();
|
|
87460
87460
|
init_runtime_defaults();
|
|
87461
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
87461
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.28" });
|
|
87462
87462
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
87463
87463
|
localHttpServer = null;
|
|
87464
87464
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -55738,7 +55738,7 @@ var init_adhdev_daemon = __esm({
|
|
|
55738
55738
|
init_version();
|
|
55739
55739
|
init_src();
|
|
55740
55740
|
init_runtime_defaults();
|
|
55741
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
55741
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.28" });
|
|
55742
55742
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
55743
55743
|
localHttpServer = null;
|
|
55744
55744
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.28",
|
|
4
4
|
"description": "ADHDev — Agent Dashboard Hub for Dev. Remote-control AI coding agents from anywhere.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@adhdev/daemon-core": "*",
|
|
51
51
|
"@adhdev/ghostty-vt-node": "*",
|
|
52
|
+
"@xterm/addon-serialize": "^0.14.0",
|
|
52
53
|
"@xterm/xterm": "^6.0.0",
|
|
53
54
|
"chalk": "^5.3.0",
|
|
54
55
|
"commander": "^12.1.0",
|