adhdev 0.9.76-rc.45 → 0.9.76-rc.47

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
@@ -93825,7 +93825,7 @@ var init_adhdev_daemon = __esm({
93825
93825
  init_version();
93826
93826
  init_src();
93827
93827
  init_runtime_defaults();
93828
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.45" });
93828
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.47" });
93829
93829
  AdhdevDaemon = class _AdhdevDaemon {
93830
93830
  localHttpServer = null;
93831
93831
  localWss = null;
package/dist/index.js CHANGED
@@ -62683,7 +62683,7 @@ var init_adhdev_daemon = __esm({
62683
62683
  init_version();
62684
62684
  init_src();
62685
62685
  init_runtime_defaults();
62686
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.45" });
62686
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.47" });
62687
62687
  AdhdevDaemon = class _AdhdevDaemon {
62688
62688
  localHttpServer = null;
62689
62689
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.76-rc.45",
3
+ "version": "0.9.76-rc.47",
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.45",
50
+ "@adhdev/daemon-core": "0.9.76-rc.47",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",