adhdev 0.9.82-rc.50 → 0.9.82-rc.52

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
@@ -100115,7 +100115,7 @@ var init_adhdev_daemon = __esm({
100115
100115
  init_version();
100116
100116
  init_src();
100117
100117
  init_runtime_defaults();
100118
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.50" });
100118
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.52" });
100119
100119
  AdhdevDaemon = class _AdhdevDaemon {
100120
100120
  localHttpServer = null;
100121
100121
  localWss = null;
package/dist/index.js CHANGED
@@ -68945,7 +68945,7 @@ var init_adhdev_daemon = __esm({
68945
68945
  init_version();
68946
68946
  init_src();
68947
68947
  init_runtime_defaults();
68948
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.50" });
68948
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.52" });
68949
68949
  AdhdevDaemon = class _AdhdevDaemon {
68950
68950
  localHttpServer = null;
68951
68951
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.50",
3
+ "version": "0.9.82-rc.52",
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.82-rc.50",
50
+ "@adhdev/daemon-core": "0.9.82-rc.52",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",