adhdev 0.9.82-rc.102 → 0.9.82-rc.103

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.
@@ -102959,7 +102959,7 @@ var init_adhdev_daemon = __esm({
102959
102959
  init_version();
102960
102960
  init_src();
102961
102961
  init_runtime_defaults();
102962
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.102" });
102962
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.103" });
102963
102963
  AdhdevDaemon = class _AdhdevDaemon {
102964
102964
  localHttpServer = null;
102965
102965
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -102929,7 +102929,7 @@ var init_adhdev_daemon = __esm({
102929
102929
  init_version();
102930
102930
  init_src();
102931
102931
  init_runtime_defaults();
102932
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.102" });
102932
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.103" });
102933
102933
  AdhdevDaemon = class _AdhdevDaemon {
102934
102934
  localHttpServer = null;
102935
102935
  localWss = null;
package/dist/index.js CHANGED
@@ -71756,7 +71756,7 @@ var init_adhdev_daemon = __esm({
71756
71756
  init_version();
71757
71757
  init_src();
71758
71758
  init_runtime_defaults();
71759
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.102" });
71759
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.103" });
71760
71760
  AdhdevDaemon = class _AdhdevDaemon {
71761
71761
  localHttpServer = null;
71762
71762
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.102",
3
+ "version": "0.9.82-rc.103",
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.102",
52
+ "@adhdev/daemon-core": "0.9.82-rc.103",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
54
  "@modelcontextprotocol/sdk": "^1.0.0",
55
55
  "@xterm/addon-serialize": "^0.14.0",