adhdev 0.9.82-rc.74 → 0.9.82-rc.75

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.
@@ -101892,7 +101892,7 @@ var init_adhdev_daemon = __esm({
101892
101892
  init_version();
101893
101893
  init_src();
101894
101894
  init_runtime_defaults();
101895
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.74" });
101895
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.75" });
101896
101896
  AdhdevDaemon = class _AdhdevDaemon {
101897
101897
  localHttpServer = null;
101898
101898
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -101862,7 +101862,7 @@ var init_adhdev_daemon = __esm({
101862
101862
  init_version();
101863
101863
  init_src();
101864
101864
  init_runtime_defaults();
101865
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.74" });
101865
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.75" });
101866
101866
  AdhdevDaemon = class _AdhdevDaemon {
101867
101867
  localHttpServer = null;
101868
101868
  localWss = null;
package/dist/index.js CHANGED
@@ -70689,7 +70689,7 @@ var init_adhdev_daemon = __esm({
70689
70689
  init_version();
70690
70690
  init_src();
70691
70691
  init_runtime_defaults();
70692
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.74" });
70692
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.75" });
70693
70693
  AdhdevDaemon = class _AdhdevDaemon {
70694
70694
  localHttpServer = null;
70695
70695
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.74",
3
+ "version": "0.9.82-rc.75",
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": {
@@ -49,7 +49,7 @@
49
49
  "node": ">=18"
50
50
  },
51
51
  "dependencies": {
52
- "@adhdev/daemon-core": "0.9.82-rc.74",
52
+ "@adhdev/daemon-core": "0.9.82-rc.75",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
54
  "@modelcontextprotocol/sdk": "^1.0.0",
55
55
  "@xterm/addon-serialize": "^0.14.0",