adhdev 0.9.77-rc.61 → 0.9.77-rc.62

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
@@ -97637,7 +97637,7 @@ var init_adhdev_daemon = __esm({
97637
97637
  init_version();
97638
97638
  init_src();
97639
97639
  init_runtime_defaults();
97640
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.61" });
97640
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.62" });
97641
97641
  AdhdevDaemon = class _AdhdevDaemon {
97642
97642
  localHttpServer = null;
97643
97643
  localWss = null;
package/dist/index.js CHANGED
@@ -66464,7 +66464,7 @@ var init_adhdev_daemon = __esm({
66464
66464
  init_version();
66465
66465
  init_src();
66466
66466
  init_runtime_defaults();
66467
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.61" });
66467
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.62" });
66468
66468
  AdhdevDaemon = class _AdhdevDaemon {
66469
66469
  localHttpServer = null;
66470
66470
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.77-rc.61",
3
+ "version": "0.9.77-rc.62",
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.61",
50
+ "@adhdev/daemon-core": "0.9.77-rc.62",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",