adhdev 0.9.76-rc.1 → 0.9.76-rc.2

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
@@ -90296,7 +90296,7 @@ var init_adhdev_daemon = __esm({
90296
90296
  init_version();
90297
90297
  init_src();
90298
90298
  init_runtime_defaults();
90299
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.1" });
90299
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.2" });
90300
90300
  AdhdevDaemon = class _AdhdevDaemon {
90301
90301
  localHttpServer = null;
90302
90302
  localWss = null;
package/dist/index.js CHANGED
@@ -59154,7 +59154,7 @@ var init_adhdev_daemon = __esm({
59154
59154
  init_version();
59155
59155
  init_src();
59156
59156
  init_runtime_defaults();
59157
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.1" });
59157
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.2" });
59158
59158
  AdhdevDaemon = class _AdhdevDaemon {
59159
59159
  localHttpServer = null;
59160
59160
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.76-rc.1",
3
+ "version": "0.9.76-rc.2",
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": "*",
50
+ "@adhdev/daemon-core": "0.9.76-rc.2",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",