adhdev 0.9.76-rc.62 → 0.9.76-rc.63

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
@@ -94560,7 +94560,7 @@ var init_adhdev_daemon = __esm({
94560
94560
  init_version();
94561
94561
  init_src();
94562
94562
  init_runtime_defaults();
94563
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.62" });
94563
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.63" });
94564
94564
  AdhdevDaemon = class _AdhdevDaemon {
94565
94565
  localHttpServer = null;
94566
94566
  localWss = null;
package/dist/index.js CHANGED
@@ -63396,7 +63396,7 @@ var init_adhdev_daemon = __esm({
63396
63396
  init_version();
63397
63397
  init_src();
63398
63398
  init_runtime_defaults();
63399
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.62" });
63399
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.63" });
63400
63400
  AdhdevDaemon = class _AdhdevDaemon {
63401
63401
  localHttpServer = null;
63402
63402
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.76-rc.62",
3
+ "version": "0.9.76-rc.63",
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.62",
50
+ "@adhdev/daemon-core": "0.9.76-rc.63",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",