adhdev 0.9.77-rc.18 → 0.9.77-rc.19

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
@@ -95890,7 +95890,7 @@ var init_adhdev_daemon = __esm({
95890
95890
  init_version();
95891
95891
  init_src();
95892
95892
  init_runtime_defaults();
95893
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.18" });
95893
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.19" });
95894
95894
  AdhdevDaemon = class _AdhdevDaemon {
95895
95895
  localHttpServer = null;
95896
95896
  localWss = null;
package/dist/index.js CHANGED
@@ -64726,7 +64726,7 @@ var init_adhdev_daemon = __esm({
64726
64726
  init_version();
64727
64727
  init_src();
64728
64728
  init_runtime_defaults();
64729
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.18" });
64729
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.19" });
64730
64730
  AdhdevDaemon = class _AdhdevDaemon {
64731
64731
  localHttpServer = null;
64732
64732
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.77-rc.18",
3
+ "version": "0.9.77-rc.19",
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.18",
50
+ "@adhdev/daemon-core": "0.9.77-rc.19",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",