adhdev 0.9.82-rc.47 → 0.9.82-rc.48

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
@@ -99376,7 +99376,7 @@ var init_adhdev_daemon = __esm({
99376
99376
  init_version();
99377
99377
  init_src();
99378
99378
  init_runtime_defaults();
99379
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.47" });
99379
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.48" });
99380
99380
  AdhdevDaemon = class _AdhdevDaemon {
99381
99381
  localHttpServer = null;
99382
99382
  localWss = null;
package/dist/index.js CHANGED
@@ -68206,7 +68206,7 @@ var init_adhdev_daemon = __esm({
68206
68206
  init_version();
68207
68207
  init_src();
68208
68208
  init_runtime_defaults();
68209
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.47" });
68209
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.48" });
68210
68210
  AdhdevDaemon = class _AdhdevDaemon {
68211
68211
  localHttpServer = null;
68212
68212
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.47",
3
+ "version": "0.9.82-rc.48",
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.47",
50
+ "@adhdev/daemon-core": "0.9.82-rc.48",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",