adhdev 0.9.76-rc.41 → 0.9.76-rc.42

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
@@ -93851,7 +93851,7 @@ var init_adhdev_daemon = __esm({
93851
93851
  init_version();
93852
93852
  init_src();
93853
93853
  init_runtime_defaults();
93854
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.41" });
93854
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.42" });
93855
93855
  AdhdevDaemon = class _AdhdevDaemon {
93856
93856
  localHttpServer = null;
93857
93857
  localWss = null;
package/dist/index.js CHANGED
@@ -62709,7 +62709,7 @@ var init_adhdev_daemon = __esm({
62709
62709
  init_version();
62710
62710
  init_src();
62711
62711
  init_runtime_defaults();
62712
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.41" });
62712
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.42" });
62713
62713
  AdhdevDaemon = class _AdhdevDaemon {
62714
62714
  localHttpServer = null;
62715
62715
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.76-rc.41",
3
+ "version": "0.9.76-rc.42",
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.76-rc.41",
50
+ "@adhdev/daemon-core": "0.9.76-rc.42",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",