adhdev 0.9.77-rc.56 → 0.9.77-rc.58

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
@@ -97760,7 +97760,7 @@ var init_adhdev_daemon = __esm({
97760
97760
  init_version();
97761
97761
  init_src();
97762
97762
  init_runtime_defaults();
97763
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.56" });
97763
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.58" });
97764
97764
  AdhdevDaemon = class _AdhdevDaemon {
97765
97765
  localHttpServer = null;
97766
97766
  localWss = null;
package/dist/index.js CHANGED
@@ -66587,7 +66587,7 @@ var init_adhdev_daemon = __esm({
66587
66587
  init_version();
66588
66588
  init_src();
66589
66589
  init_runtime_defaults();
66590
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.56" });
66590
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.58" });
66591
66591
  AdhdevDaemon = class _AdhdevDaemon {
66592
66592
  localHttpServer = null;
66593
66593
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.77-rc.56",
3
+ "version": "0.9.77-rc.58",
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.56",
50
+ "@adhdev/daemon-core": "0.9.77-rc.58",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",