adhdev 0.9.82-rc.34 → 0.9.82-rc.35

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
@@ -98765,7 +98765,7 @@ var init_adhdev_daemon = __esm({
98765
98765
  init_version();
98766
98766
  init_src();
98767
98767
  init_runtime_defaults();
98768
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.34" });
98768
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.35" });
98769
98769
  AdhdevDaemon = class _AdhdevDaemon {
98770
98770
  localHttpServer = null;
98771
98771
  localWss = null;
package/dist/index.js CHANGED
@@ -67592,7 +67592,7 @@ var init_adhdev_daemon = __esm({
67592
67592
  init_version();
67593
67593
  init_src();
67594
67594
  init_runtime_defaults();
67595
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.34" });
67595
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.35" });
67596
67596
  AdhdevDaemon = class _AdhdevDaemon {
67597
67597
  localHttpServer = null;
67598
67598
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.34",
3
+ "version": "0.9.82-rc.35",
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.34",
50
+ "@adhdev/daemon-core": "0.9.82-rc.35",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",