adhdev 0.8.92 → 0.8.93

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
@@ -86532,7 +86532,7 @@ var init_adhdev_daemon = __esm({
86532
86532
  init_version();
86533
86533
  init_src();
86534
86534
  init_runtime_defaults();
86535
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.92" });
86535
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.93" });
86536
86536
  AdhdevDaemon = class _AdhdevDaemon {
86537
86537
  localHttpServer = null;
86538
86538
  localWss = null;
package/dist/index.js CHANGED
@@ -54827,7 +54827,7 @@ var init_adhdev_daemon = __esm({
54827
54827
  init_version();
54828
54828
  init_src();
54829
54829
  init_runtime_defaults();
54830
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.92" });
54830
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.93" });
54831
54831
  AdhdevDaemon = class _AdhdevDaemon {
54832
54832
  localHttpServer = null;
54833
54833
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.8.92",
3
+ "version": "0.8.93",
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": {