adhdev 0.9.77-rc.52 → 0.9.77-rc.54

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 CHANGED
@@ -97742,7 +97742,7 @@ var init_adhdev_daemon = __esm({
97742
97742
  init_version();
97743
97743
  init_src();
97744
97744
  init_runtime_defaults();
97745
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.52" });
97745
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.54" });
97746
97746
  AdhdevDaemon = class _AdhdevDaemon {
97747
97747
  localHttpServer = null;
97748
97748
  localWss = null;
package/dist/index.js CHANGED
@@ -66578,7 +66578,7 @@ var init_adhdev_daemon = __esm({
66578
66578
  init_version();
66579
66579
  init_src();
66580
66580
  init_runtime_defaults();
66581
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.52" });
66581
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.54" });
66582
66582
  AdhdevDaemon = class _AdhdevDaemon {
66583
66583
  localHttpServer = null;
66584
66584
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.77-rc.52",
3
+ "version": "0.9.77-rc.54",
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": {
@@ -47,7 +47,7 @@
47
47
  "node": ">=18"
48
48
  },
49
49
  "dependencies": {
50
- "@adhdev/daemon-core": "0.9.77-rc.52",
50
+ "@adhdev/daemon-core": "0.9.77-rc.54",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",