adhdev 0.8.79 → 0.8.81

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
@@ -85867,7 +85867,7 @@ var init_adhdev_daemon = __esm({
85867
85867
  init_source();
85868
85868
  init_version();
85869
85869
  init_src();
85870
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.79" });
85870
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.81" });
85871
85871
  AdhdevDaemon = class _AdhdevDaemon {
85872
85872
  localHttpServer = null;
85873
85873
  localWss = null;
package/dist/index.js CHANGED
@@ -54163,7 +54163,7 @@ var init_adhdev_daemon = __esm({
54163
54163
  init_source2();
54164
54164
  init_version();
54165
54165
  init_src();
54166
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.79" });
54166
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.81" });
54167
54167
  AdhdevDaemon = class _AdhdevDaemon {
54168
54168
  localHttpServer = null;
54169
54169
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.8.79",
3
+ "version": "0.8.81",
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": {