adhdev 0.8.70 → 0.8.71

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
@@ -84919,7 +84919,7 @@ var init_adhdev_daemon = __esm({
84919
84919
  init_source();
84920
84920
  init_version();
84921
84921
  init_src();
84922
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.70" });
84922
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.71" });
84923
84923
  AdhdevDaemon = class _AdhdevDaemon {
84924
84924
  localHttpServer = null;
84925
84925
  localWss = null;
package/dist/index.js CHANGED
@@ -53215,7 +53215,7 @@ var init_adhdev_daemon = __esm({
53215
53215
  init_source2();
53216
53216
  init_version();
53217
53217
  init_src();
53218
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.70" });
53218
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.71" });
53219
53219
  AdhdevDaemon = class _AdhdevDaemon {
53220
53220
  localHttpServer = null;
53221
53221
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.8.70",
3
+ "version": "0.8.71",
4
4
  "description": "ADHDev \u2014 Agent Dashboard Hub for Dev. Remote-control AI coding agents from anywhere.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {