adhdev 0.9.76-rc.35 → 0.9.76-rc.37

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
@@ -93686,7 +93686,7 @@ var init_adhdev_daemon = __esm({
93686
93686
  init_version();
93687
93687
  init_src();
93688
93688
  init_runtime_defaults();
93689
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.35" });
93689
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.37" });
93690
93690
  AdhdevDaemon = class _AdhdevDaemon {
93691
93691
  localHttpServer = null;
93692
93692
  localWss = null;
package/dist/index.js CHANGED
@@ -62544,7 +62544,7 @@ var init_adhdev_daemon = __esm({
62544
62544
  init_version();
62545
62545
  init_src();
62546
62546
  init_runtime_defaults();
62547
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.35" });
62547
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.37" });
62548
62548
  AdhdevDaemon = class _AdhdevDaemon {
62549
62549
  localHttpServer = null;
62550
62550
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.76-rc.35",
3
+ "version": "0.9.76-rc.37",
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.35",
50
+ "@adhdev/daemon-core": "0.9.76-rc.37",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",