adhdev 0.9.57 → 0.9.58

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
@@ -90289,7 +90289,7 @@ var init_adhdev_daemon = __esm({
90289
90289
  init_version();
90290
90290
  init_src();
90291
90291
  init_runtime_defaults();
90292
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.57" });
90292
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.58" });
90293
90293
  AdhdevDaemon = class _AdhdevDaemon {
90294
90294
  localHttpServer = null;
90295
90295
  localWss = null;
package/dist/index.js CHANGED
@@ -59147,7 +59147,7 @@ var init_adhdev_daemon = __esm({
59147
59147
  init_version();
59148
59148
  init_src();
59149
59149
  init_runtime_defaults();
59150
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.57" });
59150
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.58" });
59151
59151
  AdhdevDaemon = class _AdhdevDaemon {
59152
59152
  localHttpServer = null;
59153
59153
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.57",
3
+ "version": "0.9.58",
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": {