adhdev 0.9.77-rc.37 → 0.9.77-rc.39

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
@@ -96131,7 +96131,7 @@ var init_adhdev_daemon = __esm({
96131
96131
  init_version();
96132
96132
  init_src();
96133
96133
  init_runtime_defaults();
96134
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.37" });
96134
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.39" });
96135
96135
  AdhdevDaemon = class _AdhdevDaemon {
96136
96136
  localHttpServer = null;
96137
96137
  localWss = null;
package/dist/index.js CHANGED
@@ -64967,7 +64967,7 @@ var init_adhdev_daemon = __esm({
64967
64967
  init_version();
64968
64968
  init_src();
64969
64969
  init_runtime_defaults();
64970
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.37" });
64970
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.39" });
64971
64971
  AdhdevDaemon = class _AdhdevDaemon {
64972
64972
  localHttpServer = null;
64973
64973
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.77-rc.37",
3
+ "version": "0.9.77-rc.39",
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.37",
50
+ "@adhdev/daemon-core": "0.9.77-rc.39",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",