adhdev 0.9.82-rc.3 → 0.9.82-rc.4

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
@@ -97817,7 +97817,7 @@ var init_adhdev_daemon = __esm({
97817
97817
  init_version();
97818
97818
  init_src();
97819
97819
  init_runtime_defaults();
97820
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.3" });
97820
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.4" });
97821
97821
  AdhdevDaemon = class _AdhdevDaemon {
97822
97822
  localHttpServer = null;
97823
97823
  localWss = null;
package/dist/index.js CHANGED
@@ -66644,7 +66644,7 @@ var init_adhdev_daemon = __esm({
66644
66644
  init_version();
66645
66645
  init_src();
66646
66646
  init_runtime_defaults();
66647
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.3" });
66647
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.4" });
66648
66648
  AdhdevDaemon = class _AdhdevDaemon {
66649
66649
  localHttpServer = null;
66650
66650
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.3",
3
+ "version": "0.9.82-rc.4",
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.3",
50
+ "@adhdev/daemon-core": "0.9.82-rc.4",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",